|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.caleigo.core.AbstractEntity
org.caleigo.core.AbstractDataObjectEntity
org.caleigo.core.meta.AbstractMetaEntity
AbstractMetaEntity is the abstract base class for all entity classes in the object for Meta project. The class can be used to add functionality that should be shared by all entity objects in the Meta project.
Field Summary |
Fields inherited from interface org.caleigo.core.IEntity |
DIRTY, EMPTY, PERSISTENT |
Constructor Summary | |
AbstractMetaEntity()
Default constructor for AbstractMetaEntity. |
|
AbstractMetaEntity(Qualifier identityQualifier)
Copy constructor for AbstractMetaEntity. |
Method Summary | |
abstract IEntityDescriptor |
getEntityDescriptor()
Return the entity objects IEntityDescriptor that defines it's type and structure. |
Methods inherited from class org.caleigo.core.AbstractDataObjectEntity |
|
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public AbstractMetaEntity()
public AbstractMetaEntity(Qualifier identityQualifier)
Method Detail |
public abstract IEntityDescriptor getEntityDescriptor()
getEntityDescriptor
in interface IEntity
getEntityDescriptor
in class AbstractDataObjectEntity
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |