|
||||||||||
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.ManySideTwo
Nested Class Summary |
Nested classes inherited from class com.objectwave.persist.examples.DomainObject |
DomainObject.Test |
Field Summary | |
static java.lang.reflect.Field |
_fkLink
|
static java.lang.reflect.Field |
_instanceLink
|
static java.lang.reflect.Field |
_instanceLinkWCol
|
static java.lang.reflect.Field |
_joinObjects
|
static java.lang.reflect.Field |
_title
|
static java.util.Vector |
classDescriptor
|
JoinObject |
fkLink
|
JoinObject |
instanceLink
|
JoinObject |
instanceLinkWCol
|
java.util.Vector |
joinObjects
|
java.lang.String |
title
|
Fields inherited from class com.objectwave.persist.examples.DomainObject |
adapt, editor, objectIdentifier, tableMap |
Constructor Summary | |
ManySideTwo()
Constructor for the ManySideTwo object |
Method Summary | |
JoinObject |
getFkLink()
Gets the FkLink attribute of the ManySideTwo object |
JoinObject |
getInstanceLink()
Gets the InstanceLink attribute of the ManySideTwo object |
JoinObject |
getInstanceLinkWCol()
Gets the InstanceLinkWCol attribute of the ManySideTwo object |
java.util.Vector |
getJoinObjects()
Gets the JoinObjects attribute of the ManySideTwo 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 |
setJoinObjects(java.util.Vector aValue)
Sets the JoinObjects attribute of the ManySideTwo 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 _instanceLink
public static java.lang.reflect.Field _instanceLinkWCol
public static java.lang.reflect.Field _fkLink
public java.lang.String title
public java.util.Vector joinObjects
public JoinObject instanceLink
public JoinObject instanceLinkWCol
public JoinObject fkLink
Constructor Detail |
public ManySideTwo()
Method Detail |
public void setJoinObjects(java.util.Vector aValue)
aValue
- The new JoinObjects valuepublic void setTitle(java.lang.String aValue)
aValue
- The new Title valuepublic JoinObject getFkLink()
public JoinObject getInstanceLinkWCol()
public JoinObject getInstanceLink()
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 |