|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.objectwave.persist.examples.DomainObject | +--com.objectwave.persist.examples.ExampleCompany
Nested Class Summary |
Nested classes inherited from class com.objectwave.persist.examples.DomainObject |
DomainObject.Test |
Field Summary |
Fields inherited from class com.objectwave.persist.examples.DomainObject |
adapt, editor, objectIdentifier, tableMap |
Constructor Summary | |
ExampleCompany()
ExampleCompany constructor comment. |
Method Summary | |
ExampleEmployee |
getCeo()
Gets the Ceo attribute of the ExampleCompany object |
ExampleEmployee[] |
getEmployees()
|
void |
initDescriptor()
Describe how this class relates to the relational database. |
ObjectEditingView |
initializeObjectEditor()
Needed to define table name and the description of this class. |
void |
setCeo(ExampleEmployee emp)
Sets the Ceo attribute of the ExampleCompany object |
void |
setEmployees(java.util.Vector aValue)
|
Methods inherited from class com.objectwave.persist.examples.DomainObject |
addDefaultPrimaryAttribute, createAdapter, delete, getAdapter, getBrokerName, getClassDescriptor, getEntry, getObjectEditor, getObjectIdentifier, getPrimaryKeyField, getPrimaryKeyFields, getSuperDescriptor, getTableName, getXmlDefinition, initDescription, initDescriptor, initializeObjectEditor, insert, isDirty, isRetrievedFromDatabase, isTransient, locateXmlMap, lock, markForDelete, save, setAsTransient, setBrokerName, setClassDescriptor, setEntry, setObjectEditor, setObjectIdentifier, setPrimaryKeyField, setPrintString, setRetrievedFromDatabase, setTableName, toString, unlock, update, usesAdapter |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public ExampleCompany()
Method Detail |
public void setCeo(ExampleEmployee emp)
emp
- The new Ceo valuepublic void setEmployees(java.util.Vector aValue)
aValue
- The new Employees valuepublic ExampleEmployee[] getEmployees()
public ExampleEmployee getCeo()
public void initDescriptor()
public ObjectEditingView initializeObjectEditor()
initializeObjectEditor
in class DomainObject
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |