org.caleigo.core
Class CustomEntity
java.lang.Object
org.caleigo.core.AbstractEntity
org.caleigo.core.AbstractDataObjectEntity
org.caleigo.core.CustomEntity
- All Implemented Interfaces:
- java.lang.Comparable, IDataConsumer, IDataProvider, IDistributable, IEntity, java.io.Serializable
- public class CustomEntity
- extends AbstractDataObjectEntity
- Version:
- 1.00
- Author:
- Dennis Zikovic
- See Also:
- Serialized Form
Methods inherited from class org.caleigo.core.AbstractEntity |
addEntityChangeListener, addEntityListener, clear, clearAllDirtyFlags, clearStatusFlag, compareTo, copyData, delete, doOnDataChange, doOnDirty, doOnStateChange, equals, equalsExactly, fireDataChangedEvent, fireOpPerformedEvent, fireStatusChangedEvent, getData, getData, getDataBoolean, getDataByte, getDataDouble, getDataFloat, getDataInteger, getDataLong, getDataShort, getDataSource, getOriginQualifier, isDataNull, isDirty, isEmpty, isFieldDirty, isPersistent, makeLogString, makeLogString, refresh, removeEntityChangeListener, removeEntityListener, setData, setData, setData, setDataBoolean, setDataByte, setDataDouble, setDataFloat, setDataInteger, setDataLong, setDataShort, setDefaultValues, setDirtyFlag, setStatusFlag, store, toString, validateData |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
CustomEntity
public CustomEntity(IEntityDescriptor entityDescriptor)
- Default constructor for CustomEntity.
getEntityDescriptor
public IEntityDescriptor getEntityDescriptor()
- Description copied from class:
AbstractDataObjectEntity
- Return the entity objects IEntityDescriptor that defines it's type and
structure. Enables extended means of reflection for the entity.
- Specified by:
getEntityDescriptor
in interface IEntity
- Specified by:
getEntityDescriptor
in class AbstractDataObjectEntity
getIdentityQualifier
public Qualifier getIdentityQualifier()
Copyright © 2005 Caleigo. All Rights Reserved.