com.objectwave.persist.examples
Class ManySideOne

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

public class ManySideOne
extends DomainObject

Version:
$Id: ManySideOne.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 _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

classDescriptor

public static java.util.Vector classDescriptor

_title

public static java.lang.reflect.Field _title

_joinObjects

public static java.lang.reflect.Field _joinObjects

_emailAddress

public static java.lang.reflect.Field _emailAddress

title

public java.lang.String title

emailAddress

public java.lang.String emailAddress

joinObjects

public java.util.Vector joinObjects
Constructor Detail

ManySideOne

public ManySideOne()
Constructor for the ManySideOne object

Method Detail

setEmailAddress

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

Parameters:
aValue - The new EmailAddress value

setJoinObjects

public void setJoinObjects(java.util.Vector aValue)
Sets the JoinObjects attribute of the ManySideOne 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

getEmailAddress

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

Returns:
The EmailAddress value

getJoinObjects

public java.util.Vector getJoinObjects()
Gets the JoinObjects attribute of the ManySideOne 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: