|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.u2d.model.AbstractEObject
com.u2d.model.AbstractComplexEObject
com.u2d.type.composite.Person
com.u2d.type.composite.DetailedPerson
public class DetailedPerson
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class com.u2d.model.AbstractComplexEObject |
|---|
AbstractComplexEObject.EditState, AbstractComplexEObject.NullState, AbstractComplexEObject.ReadState, AbstractComplexEObject.TransientState |
| Field Summary | |
|---|---|
static java.lang.String[] |
fieldOrder
|
static java.lang.String[] |
tabViews
|
| Fields inherited from class com.u2d.type.composite.Person |
|---|
_contact, _name |
| Fields inherited from class com.u2d.model.AbstractComplexEObject |
|---|
_associations, _changeSupport, _createdOn, _currentState, _editState, _nullState, _readState, _stateMap, _transientState, _type, commandOrderEditState, commandOrderReadState, commandOrderTransientState, readOnly |
| Fields inherited from class com.u2d.model.AbstractEObject |
|---|
_listenerList, _postListeners, _validationEvent, _validationListenerList, changeEvent |
| Constructor Summary | |
|---|---|
DetailedPerson()
|
|
DetailedPerson(Person person)
|
|
| Method Summary | |
|---|---|
DateWithAge |
getDateOfBirth()
|
EmploymentInfo |
getEmployment()
|
MarritalStatus |
getMarritalStatus()
|
Sex |
getSex()
|
SSN |
getSsn()
|
void |
initialize()
|
void |
setPersonValue(Person person)
|
int |
validate()
|
| Methods inherited from class com.u2d.type.composite.Person |
|---|
equals, getContact, getName, hashCode, nameAndAddress, title |
| Methods inherited from class com.u2d.model.AbstractEObject |
|---|
addChangeListener, addPostChangeListener, addValidationListener, currentUser, field, fireStateChanged, fireValidationException, fireValidationException, hbmPersistor, parentObject, persistor, removeChangeListener, removePostChangeListener, removeValidationListener, setField, vmech |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface com.u2d.model.EObject |
|---|
field, parentObject, setField |
| Methods inherited from interface com.u2d.validation.ValidationNotifier |
|---|
addValidationListener, fireValidationException, fireValidationException, removeValidationListener |
| Methods inherited from interface com.u2d.model.ChangeNotifier |
|---|
addChangeListener, fireStateChanged, removeChangeListener |
| Methods inherited from interface com.u2d.model.PostChangeNotifier |
|---|
addPostChangeListener, fireStateChanged, removePostChangeListener |
| Field Detail |
|---|
public static java.lang.String[] fieldOrder
public static java.lang.String[] tabViews
| Constructor Detail |
|---|
public DetailedPerson()
public DetailedPerson(Person person)
| Method Detail |
|---|
public void initialize()
initialize in interface ComplexEObjectinitialize in class Personpublic void setPersonValue(Person person)
public DateWithAge getDateOfBirth()
public MarritalStatus getMarritalStatus()
public Sex getSex()
public SSN getSsn()
public EmploymentInfo getEmployment()
public int validate()
validate in interface EObjectvalidate in class AbstractComplexEObject
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||