com.objectwave.persist.examples
Class InvertEmployeePersistence

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

public class InvertEmployeePersistence
extends InvertEmployeePersistenceBase

See Also:
Serialized Form

Field Summary
static java.lang.reflect.Field _employeeId
           
static java.lang.reflect.Field _person
           
 
Fields inherited from class com.objectwave.persist.examples.InvertEmployeePersistenceBase
adapt, editor, objectIdentifier
 
Constructor Summary
InvertEmployeePersistence()
           
 
Method Summary
 int getEmployeeId()
           
 InvertPerson getPerson()
           
 void setEmployeeId(int anId)
           
 void setPerson(InvertPerson aPerson)
           
 
Methods inherited from class com.objectwave.persist.examples.InvertEmployeePersistenceBase
addDefaultPrimaryAttribute, createAdapter, delete, getAdapter, getBrokerName, getClassDescriptor, getObjectEditor, getObjectIdentifier, getPrimaryKeyField, getPrimaryKeyFields, getTableName, getXmlDefinition, initDescriptor, initializeObjectEditor, insert, isDirty, isRetrievedFromDatabase, isTransient, locateXmlMap, lock, markForDelete, save, setAsTransient, setBrokerName, setClassDescriptor, setObjectEditor, setObjectIdentifier, setPrimaryKeyField, setPrintString, setRetrievedFromDatabase, setTableName, setup, toString, unlock, update, usesAdapter
 
Methods inherited from class com.objectwave.persist.examples.InvertEmployee
generateId, setInvertPerson
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

_person

public static java.lang.reflect.Field _person

_employeeId

public static java.lang.reflect.Field _employeeId
Constructor Detail

InvertEmployeePersistence

public InvertEmployeePersistence()
Method Detail

getEmployeeId

public int getEmployeeId()
Overrides:
getEmployeeId in class InvertEmployee

setEmployeeId

public void setEmployeeId(int anId)
Overrides:
setEmployeeId in class InvertEmployee

getPerson

public InvertPerson getPerson()
Overrides:
getPerson in class InvertEmployee

setPerson

public void setPerson(InvertPerson aPerson)