|
||||||||||
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.ManySideOne
Nested Class Summary |
Nested classes inherited from class com.objectwave.persist.examples.DomainObject |
DomainObject.Test |
Field Summary | |
static java.lang.reflect.Field |
_emailAddress
|
static java.lang.reflect.Field |
_joinObjects
|
static java.lang.reflect.Field |
_title
|
static java.util.Vector |
classDescriptor
|
java.lang.String |
emailAddress
|
java.util.Vector |
joinObjects
|
java.lang.String |
title
|
Fields inherited from class com.objectwave.persist.examples.DomainObject |
adapt, editor, objectIdentifier, tableMap |
Constructor Summary | |
ManySideOne()
Constructor for the ManySideOne object |
Method Summary | |
java.lang.String |
getEmailAddress()
Generated accessors that route get and set methods through our ObjectEditor. |
java.util.Vector |
getJoinObjects()
Gets the JoinObjects attribute of the ManySideOne object |
java.lang.String |
getTitle()
Generated accessors that route get and set methods through our ObjectEditor. |
void |
initDescriptor()
Describe how each attribute relates to the database. |
ObjectEditingView |
initializeObjectEditor()
Needed to define table name and the description of this class. |
void |
setEmailAddress(java.lang.String aValue)
Generated accessors that route get and set methods through our ObjectEditor. |
void |
setJoinObjects(java.util.Vector aValue)
Sets the JoinObjects attribute of the ManySideOne object |
void |
setTitle(java.lang.String aValue)
Generated accessors that route get and set methods through our ObjectEditor. |
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 |
Field Detail |
public static java.util.Vector classDescriptor
public static java.lang.reflect.Field _title
public static java.lang.reflect.Field _joinObjects
public static java.lang.reflect.Field _emailAddress
public java.lang.String title
public java.lang.String emailAddress
public java.util.Vector joinObjects
Constructor Detail |
public ManySideOne()
Method Detail |
public void setEmailAddress(java.lang.String aValue)
aValue
- The new EmailAddress valuepublic void setJoinObjects(java.util.Vector aValue)
aValue
- The new JoinObjects valuepublic void setTitle(java.lang.String aValue)
aValue
- The new Title valuepublic java.lang.String getEmailAddress()
public java.util.Vector getJoinObjects()
public java.lang.String getTitle()
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 |