public interface EntityResolver<I>
Modifier and Type | Method and Description |
---|---|
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[] |
getEntityTypes(I item) |
boolean |
getIsActive(I item)
Gets the checks if is active.
|
boolean |
getIsAnonymous(I item)
Gets the checks if is anonymous.
|
boolean |
getIsDefined(I item)
Gets the checks if is defined.
|
java.lang.String getEntityCode(I item)
item
- the itemjava.lang.String getEntityCodeNamespace(I item)
item
- the itemjava.lang.String getEntityDescription(I item)
item
- the itemboolean getIsActive(I item)
item
- the itemboolean getIsAnonymous(I item)
item
- the itemboolean getIsDefined(I item)
item
- the itemjava.lang.String[] getEntityTypes(I item)