com.objectwave.persist.examples
Class ManySideTwo

java.lang.Object
  |
  +--com.objectwave.persist.examples.DomainObject
        |
        +--com.objectwave.persist.examples.ManySideTwo
All Implemented Interfaces:
Persistence, java.io.Serializable, TransactionalObjectIF

public class ManySideTwo
extends DomainObject

Version:
$Id: ManySideTwo.java,v 2.0 2001/06/11 16:00:04 dave_hoag Exp $
Author:
dhoag
See Also:
Serialized Form

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

classDescriptor

public static java.util.Vector classDescriptor

_title

public static java.lang.reflect.Field _title

_joinObjects

public static java.lang.reflect.Field _joinObjects

_instanceLink

public static java.lang.reflect.Field _instanceLink

_instanceLinkWCol

public static java.lang.reflect.Field _instanceLinkWCol

_fkLink

public static java.lang.reflect.Field _fkLink

title

public java.lang.String title

joinObjects

public java.util.Vector joinObjects

instanceLink

public JoinObject instanceLink

instanceLinkWCol

public JoinObject instanceLinkWCol

fkLink

public JoinObject fkLink
Constructor Detail

ManySideTwo

public ManySideTwo()
Constructor for the ManySideTwo object

Method Detail

setJoinObjects

public void setJoinObjects(java.util.Vector aValue)
Sets the JoinObjects attribute of the ManySideTwo object

Parameters:
aValue - The new JoinObjects value

setTitle

public void setTitle(java.lang.String aValue)
Generated accessors that route get and set methods through our ObjectEditor.

Parameters:
aValue - The new Title value

getFkLink

public JoinObject getFkLink()
Gets the FkLink attribute of the ManySideTwo object

Returns:
The FkLink value

getInstanceLinkWCol

public JoinObject getInstanceLinkWCol()
Gets the InstanceLinkWCol attribute of the ManySideTwo object

Returns:
The InstanceLinkWCol value

getInstanceLink

public JoinObject getInstanceLink()
Gets the InstanceLink attribute of the ManySideTwo object

Returns:
The InstanceLink value

getJoinObjects

public java.util.Vector getJoinObjects()
Gets the JoinObjects attribute of the ManySideTwo object

Returns:
The JoinObjects value

getTitle

public java.lang.String getTitle()
Generated accessors that route get and set methods through our ObjectEditor.

Returns:
The Title value

initDescriptor

public void initDescriptor()
Describe how each attribute relates to the database.


initializeObjectEditor

public ObjectEditingView initializeObjectEditor()
Needed to define table name and the description of this class.

Overrides:
initializeObjectEditor in class DomainObject
Returns: