|
|||||||||
| 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.AbstractChoiceEO
com.u2d.type.MarritalStatus
public class MarritalStatus
The basic argument for Choices to not be UserType's is that if they're made ComplexEObjects, then they can be exposed automatically by the framework visually. The persistence of these objects is also managed.
| 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[] |
identities
|
| 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 | |
|---|---|
MarritalStatus()
|
|
MarritalStatus(java.lang.String code,
java.lang.String caption)
|
|
| Method Summary | |
|---|---|
ComplexType |
choiceType()
|
StringEO |
getCaption()
|
StringEO |
getCode()
|
| Methods inherited from class com.u2d.type.AbstractChoiceEO |
|---|
addListDataListener, caption, code, equals, first, get, getElementAt, getSelectedItem, getSize, getView, hashCode, list, removeListDataListener, setSelectedItem, title, toString |
| 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[] identities
| Constructor Detail |
|---|
public MarritalStatus()
public MarritalStatus(java.lang.String code,
java.lang.String caption)
| Method Detail |
|---|
public StringEO getCode()
getCode in class AbstractChoiceEOpublic StringEO getCaption()
getCaption in class AbstractChoiceEOpublic ComplexType choiceType()
choiceType in class AbstractChoiceEO
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||