|
||||||||||
| 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.xml.test.PersonPhone
| Nested Class Summary |
| Nested classes inherited from class com.objectwave.persist.examples.DomainObject |
DomainObject.Test |
| Field Summary | |
static java.lang.reflect.Field |
_oid
|
static java.lang.reflect.Field |
_person
|
static java.lang.reflect.Field |
_phone
|
| Fields inherited from class com.objectwave.persist.examples.DomainObject |
adapt, editor, objectIdentifier, tableMap |
| Constructor Summary | |
PersonPhone()
Constructor for the PersonPhone object |
|
| Method Summary | |
long |
getOid()
Gets the Oid attribute of the PersonPhone object |
Person |
getPerson()
Gets the Person attribute of the PersonPhone object |
Phone |
getPhone()
Gets the Phone attribute of the PersonPhone object |
void |
setOid(long aValue)
Sets the Oid attribute of the PersonPhone object |
void |
setPerson(Person aValue)
Sets the Person attribute of the PersonPhone object |
void |
setPhone(Phone aValue)
Sets the Phone attribute of the PersonPhone object |
void |
update(boolean get,
java.lang.Object[] data,
java.lang.reflect.Field[] fields)
Method no longer does anything since setAccessible solves our need for this behavior. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static java.lang.reflect.Field _oid
public static java.lang.reflect.Field _person
public static java.lang.reflect.Field _phone
| Constructor Detail |
public PersonPhone()
throws java.lang.Exception
java.lang.Exception| Method Detail |
public void setOid(long aValue)
aValue - The new Oid valuepublic void setPerson(Person aValue)
aValue - The new Person valuepublic void setPhone(Phone aValue)
aValue - The new Phone valuepublic long getOid()
public Person getPerson()
public Phone getPhone()
public void update(boolean get,
java.lang.Object[] data,
java.lang.reflect.Field[] fields)
DomainObject
update in interface TransactionalObjectIFupdate in class DomainObjectget - data - fields -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||