|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
For the purposes of ivata masks, a value object or data object (we use the two synonymously) defines any object which may be listed, edited, displayed or persisted by the system.
Classic examples are the kinds of 'noun' of a problem domain, such as the order, order item, product and customer value objects in the demo application.
All ivata masks value objects implement this interface.
| Method Summary | |
java.lang.String |
getDisplayValue()
Get the string representation of this value object to show to the user. |
java.lang.String |
getIdString()
Identifies this value object uniquely. |
| Method Detail |
public java.lang.String getIdString()
Identifies this value object uniquely. This value may only be
null for a new value object.
public java.lang.String getDisplayValue()
Get the string representation of this value object to show to the user.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||