public abstract class AbstractBasicAssociationResolver<I> extends java.lang.Object implements AssociationResolver<I>
Constructor and Description |
---|
AbstractBasicAssociationResolver() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAssociationName(I item)
Gets the association name.
|
java.lang.String |
getEntityCode(I item)
Gets the entity code.
|
java.lang.String |
getEntityCodeNamespace(I item)
Gets the entity code namespace.
|
java.lang.String |
getEntityDescription(I item)
Gets the entity description.
|
java.lang.String |
getForwardName(I item)
Gets the forward name.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getContainerName, getInverseId, getIsAntiReflexive, getIsAntiSymmetric, getIsAntiTransitive, getIsFunctional, getIsNavigable, getIsReflexive, getIsReverseFunctional, getIsSymmetric, getIsTransitive, getReverseName
public java.lang.String getAssociationName(I item)
AssociationResolver
getAssociationName
in interface AssociationResolver<I>
item
- the itempublic java.lang.String getEntityCode(I item)
AssociationResolver
getEntityCode
in interface AssociationResolver<I>
item
- the itempublic java.lang.String getEntityCodeNamespace(I item)
AssociationResolver
getEntityCodeNamespace
in interface AssociationResolver<I>
item
- the itempublic java.lang.String getEntityDescription(I item)
AssociationResolver
getEntityDescription
in interface AssociationResolver<I>
item
- the itempublic java.lang.String getForwardName(I item)
AssociationResolver
getForwardName
in interface AssociationResolver<I>
item
- the item