public abstract class AbstractBasicEntityResolver<T> extends java.lang.Object implements EntityResolver<T>
Constructor and Description |
---|
AbstractBasicEntityResolver() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getEntityCode(T item)
Gets the entity code.
|
java.lang.String |
getEntityCodeNamespace(T item)
Gets the entity code namespace.
|
EntityCodeResolver<T> |
getEntityCodeResolver()
Gets the entity code resolver.
|
java.lang.String |
getEntityDescription(T item)
Gets the entity description.
|
EntityDescriptionResolver<T> |
getEntityDescriptionResolver()
Gets the entity description resolver.
|
EntityNamespaceResolver<T> |
getEntityNamespaceResolver()
Gets the entity namespace resolver.
|
void |
setEntityCodeResolver(EntityCodeResolver<T> entityCodeResolver)
Sets the entity code resolver.
|
void |
setEntityDescriptionResolver(EntityDescriptionResolver<T> entityDescriptionResolver)
Sets the entity description resolver.
|
void |
setEntityNamespaceResolver(EntityNamespaceResolver<T> entityNamespaceResolver)
Sets the entity namespace resolver.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getEntityTypes, getIsActive, getIsAnonymous, getIsDefined
public java.lang.String getEntityCode(T item)
EntityResolver
getEntityCode
in interface EntityResolver<T>
item
- the itempublic java.lang.String getEntityCodeNamespace(T item)
EntityResolver
getEntityCodeNamespace
in interface EntityResolver<T>
item
- the itempublic java.lang.String getEntityDescription(T item)
EntityResolver
getEntityDescription
in interface EntityResolver<T>
item
- the itempublic EntityCodeResolver<T> getEntityCodeResolver()
public void setEntityCodeResolver(EntityCodeResolver<T> entityCodeResolver)
entityCodeResolver
- the new entity code resolverpublic EntityDescriptionResolver<T> getEntityDescriptionResolver()
public void setEntityDescriptionResolver(EntityDescriptionResolver<T> entityDescriptionResolver)
entityDescriptionResolver
- the new entity description resolverpublic EntityNamespaceResolver<T> getEntityNamespaceResolver()
public void setEntityNamespaceResolver(EntityNamespaceResolver<T> entityNamespaceResolver)
entityNamespaceResolver
- the new entity namespace resolver