java.lang.Object
org.objectstyle.cayenne.map.MapObject
org.objectstyle.cayenne.map.Entity
org.objectstyle.cayenne.map.ObjEntity
org.objectstyle.cayenne.wocompat.EOObjEntity
- All Implemented Interfaces:
- org.objectstyle.cayenne.util.CayenneMapEntry
- public class EOObjEntity
- extends org.objectstyle.cayenne.map.ObjEntity
An EOObjEntity is a mapping descriptor of a Java class property with added
fields for WebOBjects EOModel.
It contains the information about the Java class itself, as well
as its mapping to the DbEntity layer.
| Nested classes inherited from class org.objectstyle.cayenne.map.Entity |
org.objectstyle.cayenne.map.Entity.PathIterator |
| Methods inherited from class org.objectstyle.cayenne.map.ObjEntity |
clearDbMapping, getAttributeForDbAttribute, getClassName, getDbEntity, getJavaClass, getRelationshipForDbRelationship, getSuperClassName, idSnapshotMapFromSnapshot, isReadOnly, objectIdFromSnapshot, setClassName, setDbEntity, setReadOnly, setSuperClassName, validate, validateQueryRoot |
| Methods inherited from class org.objectstyle.cayenne.map.Entity |
addAttribute, addQuery, addRelationship, clearAttributes, clearQueries, clearRelationships, getAttribute, getAttributeMap, getAttributes, getDataMap, getQuery, getRelationship, getRelationshipMap, getRelationships, removeAttribute, removeQuery, removeRelationship, resolvePathComponents, resolvePathComponents, setDataMap |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
isClientEntity
protected boolean isClientEntity
hasSuperClass
protected boolean hasSuperClass
isAbstractEntity
protected boolean isAbstractEntity
EOObjEntity
public EOObjEntity()
EOObjEntity
public EOObjEntity(java.lang.String s)
setHasSuperClass
public void setHasSuperClass(boolean value)
- Sets the the superclass state.
getHasSuperClass
public boolean getHasSuperClass()
- Returns the superclass state.
setIsClientEntity
public void setIsClientEntity(boolean value)
- Sets the client entity state.
getIsClientEntity
public boolean getIsClientEntity()
- Returns the client entity flag
setIsAbstractEntity
public void setIsAbstractEntity(boolean value)
- Sets the abstract entity flag.
getIsAbstractEntity
public boolean getIsAbstractEntity()
- Returns the abstract Entity state