|
||||||||||
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.Phone
Nested Class Summary |
Nested classes inherited from class com.objectwave.persist.examples.DomainObject |
DomainObject.Test |
Field Summary | |
static java.lang.reflect.Field |
_extension
|
static java.lang.reflect.Field |
_phoneNumber
|
static java.lang.reflect.Field |
_prefix
|
Fields inherited from class com.objectwave.persist.examples.DomainObject |
adapt, editor, objectIdentifier, tableMap |
Constructor Summary | |
Phone()
Constructor for the Phone object |
Method Summary | |
java.lang.String |
getExtension()
Gets the Extension attribute of the Phone object |
java.lang.String |
getPhoneNumber()
Gets the PhoneNumber attribute of the Phone object |
java.lang.String |
getPrefix()
Gets the Prefix attribute of the Phone object |
void |
setExtension(java.lang.String aValue)
Sets the Extension attribute of the Phone object |
void |
setPhoneNumber(java.lang.String aValue)
Sets the PhoneNumber attribute of the Phone object |
void |
setPrefix(java.lang.String aValue)
Sets the Prefix attribute of the Phone 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 _prefix
public static java.lang.reflect.Field _phoneNumber
public static java.lang.reflect.Field _extension
Constructor Detail |
public Phone() throws java.lang.Exception
java.lang.Exception
Method Detail |
public void setPrefix(java.lang.String aValue)
aValue
- The new Prefix valuepublic void setPhoneNumber(java.lang.String aValue)
aValue
- The new PhoneNumber valuepublic void setExtension(java.lang.String aValue)
aValue
- The new Extension valuepublic java.lang.String getPrefix()
public java.lang.String getPhoneNumber()
public java.lang.String getExtension()
public void update(boolean get, java.lang.Object[] data, java.lang.reflect.Field[] fields)
DomainObject
update
in interface TransactionalObjectIF
update
in class DomainObject
get
- data
- fields
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |