|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.cayenne.map.Attribute
org.apache.cayenne.map.DbAttribute
org.apache.cayenne.wocompat.EODbAttribute
public class EODbAttribute
EOModel-friendly DbAttribute subclass.
Field Summary | |
---|---|
protected java.lang.String |
eoAttributeName
|
Fields inherited from class org.apache.cayenne.map.DbAttribute |
---|
generated, mandatory, maxLength, precision, primaryKey, type |
Fields inherited from class org.apache.cayenne.map.Attribute |
---|
entity, name |
Constructor Summary | |
---|---|
EODbAttribute()
|
|
EODbAttribute(java.lang.String name,
int type,
DbEntity entity)
|
Method Summary | |
---|---|
java.lang.String |
getEoAttributeName()
|
void |
setEoAttributeName(java.lang.String eoAttributeName)
|
Methods inherited from class org.apache.cayenne.map.DbAttribute |
---|
encodeAsXML, getAliasedName, getMaxLength, getPrecision, getType, isForeignKey, isGenerated, isMandatory, isPrimaryKey, setGenerated, setMandatory, setMaxLength, setPrecision, setPrimaryKey, setType |
Methods inherited from class org.apache.cayenne.map.Attribute |
---|
getEntity, getName, getParent, setEntity, setName, setParent |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected java.lang.String eoAttributeName
Constructor Detail |
---|
public EODbAttribute()
public EODbAttribute(java.lang.String name, int type, DbEntity entity)
Method Detail |
---|
public java.lang.String getEoAttributeName()
public void setEoAttributeName(java.lang.String eoAttributeName)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |