|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.jdo.impl.model.jdo.JDOElementImpl
org.apache.jdo.impl.model.jdo.JDOPackageImpl
A JDOPackage instance represents the JDO package metadata.
Constructor Summary | |
JDOPackageImpl()
|
Method Summary | |
JDOModel |
getDeclaringModel()
Returns the declaring JDOModel of this JDOPackage. |
java.lang.String |
getName()
Returns the name of this JDOPackage. |
void |
setDeclaringModel(JDOModel model)
Set the declaring JDOModel for this JDOPackage. |
void |
setName(java.lang.String name)
Sets the name of this JDOPackage. |
Methods inherited from class org.apache.jdo.impl.model.jdo.JDOElementImpl |
addPropertyChangeListener, addVetoableChangeListener, createJDOExtension, firePropertyChange, fireVetoableChange, getJDOExtensions, removeJDOExtension, removePropertyChangeListener, removeVetoableChangeListener |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.apache.jdo.model.jdo.JDOElement |
addPropertyChangeListener, addVetoableChangeListener, createJDOExtension, getJDOExtensions, removeJDOExtension, removePropertyChangeListener, removeVetoableChangeListener |
Constructor Detail |
public JDOPackageImpl()
Method Detail |
public java.lang.String getName()
getName
in interface JDOPackage
public void setName(java.lang.String name)
setName
in interface JDOPackage
name
- the namepublic JDOModel getDeclaringModel()
getDeclaringModel
in interface JDOPackage
public void setDeclaringModel(JDOModel model)
setDeclaringModel
in interface JDOPackage
model
- the declaring JDOModel of this JDOPackage.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |