public interface EntityInfo
extends java.io.Serializable
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT |
Modifier and Type | Method and Description |
---|---|
java.util.List |
getAttributeInfo()
Returns information about the selected attributes of the entity.
|
java.lang.String |
getEntityTypeName()
Returns the type of entity.
|
java.util.List |
getKeyAttributeInfo()
Returns information about the key attributes of the entity
|
static final java.lang.String COPYRIGHT
java.lang.String getEntityTypeName()
java.util.List getAttributeInfo()
AttributeInfo
objects that describe the attributes that are selected for the entity.java.util.List getKeyAttributeInfo()
AttributeInfo
objects that describe the key attributes of the entity.