org.xorm.util.jdoxml
Class JDOField
java.lang.Object
|
+--org.xorm.util.jdoxml.JDOField
- public class JDOField
- extends Object
Represents a JDO XML field declaration.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JDOField
public JDOField()
getName
public String getName()
setName
public void setName(String name)
getExtensions
public Collection getExtensions()
getNullValue
public JDONullValue getNullValue()
setNullValue
public void setNullValue(JDONullValue nullValue)
getPersistenceModifier
public JDOPersistenceModifier getPersistenceModifier()
setPersistenceModifier
public void setPersistenceModifier(JDOPersistenceModifier persistenceModifier)
isDefaultFetchGroup
public Boolean isDefaultFetchGroup()
setDefaultFetchGroup
public void setDefaultFetchGroup(Boolean value)
isEmbedded
public Boolean isEmbedded()
setEmbedded
public void setEmbedded(Boolean value)
isPrimaryKey
public boolean isPrimaryKey()
setPrimaryKey
public void setPrimaryKey(boolean value)
getCollection
public JDOCollection getCollection()
setCollection
public void setCollection(JDOCollection collection)
getMap
public JDOMap getMap()
setMap
public void setMap(JDOMap map)
getArray
public JDOArray getArray()
setArray
public void setArray(JDOArray array)
$Header: /cvsroot/xorm/xorm/docs/api/org/xorm/util/jdoxml/JDOField.html,v 1.6 2004/05/30 08:55:10 wbiggs Exp $