org.apache.cayenne.wocompat
Class EOObjAttribute
java.lang.Object
org.apache.cayenne.map.Attribute
org.apache.cayenne.map.ObjAttribute
org.apache.cayenne.wocompat.EOObjAttribute
- All Implemented Interfaces:
- java.io.Serializable, CayenneMapEntry, XMLSerializable
public class EOObjAttribute
- extends ObjAttribute
An ObjAttribute extension that accomodates EOModel attributes.
- Author:
- Andrus Adamchik
- See Also:
- Serialized Form
Field Summary |
protected boolean |
readOnly
|
Methods inherited from class org.apache.cayenne.map.ObjAttribute |
encodeAsXML, getClientAttribute, getDbAttribute, getDbAttributeName, getDbAttributePath, getDbPathIterator, getJavaClass, getType, isCompound, isUsedForLocking, mapsToDependentDbEntity, setDbAttribute, setDbAttributeName, setDbAttributePath, setType, setUsedForLocking, validate |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
readOnly
protected boolean readOnly
EOObjAttribute
public EOObjAttribute()
EOObjAttribute
public EOObjAttribute(java.lang.String name)
EOObjAttribute
public EOObjAttribute(java.lang.String name,
java.lang.String type,
ObjEntity parent)
getReadOnly
public boolean getReadOnly()
- Deprecated. since 2.0 use isReadOnly().
isReadOnly
public boolean isReadOnly()
setReadOnly
public void setReadOnly(boolean readOnly)
Copyright © 2001-2006 Apache.org All Rights Reserved.