org.apache.cayenne.wocompat
Class EODbAttribute
java.lang.Object
org.apache.cayenne.map.Attribute
org.apache.cayenne.map.DbAttribute
org.apache.cayenne.wocompat.EODbAttribute
- All Implemented Interfaces:
- Serializable, CayenneMapEntry, XMLSerializable
public class EODbAttribute
- extends DbAttribute
EOModel-friendly DbAttribute subclass.
- Since:
- 1.2
- See Also:
- Serialized Form
Methods inherited from class org.apache.cayenne.map.DbAttribute |
encodeAsXML, getAliasedName, getAttributePrecision, getMaxLength, getPrecision, getScale, getType, isForeignKey, isGenerated, isMandatory, isPrimaryKey, setAttributePrecision, setGenerated, setMandatory, setMaxLength, setPrecision, setPrimaryKey, setScale, setType |
eoAttributeName
protected String eoAttributeName
EODbAttribute
public EODbAttribute()
EODbAttribute
public EODbAttribute(String name,
int type,
DbEntity entity)
getEoAttributeName
public String getEoAttributeName()
setEoAttributeName
public void setEoAttributeName(String eoAttributeName)
Copyright © 2001-2011 Apache Cayenne. All Rights Reserved.