|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.ivata.mask.web.demo.valueobject.DemoValueObject
Inherited by all value objects in this demo.
| Constructor Summary | |
DemoValueObject()
Construct a new value object marked as invalid. |
|
DemoValueObject(int idParam)
Construct a new value object with the given id value. |
|
| Method Summary | |
int |
getId()
Get the unique identifier of this value object, in its internal form: int. |
java.lang.String |
getIdString()
Get the unique identifier of the value object, as a string. |
void |
setId(int idParam)
Get the unique identifier of this value object, in its internal form: int. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.ivata.mask.valueobject.ValueObject |
getDisplayValue |
| Constructor Detail |
public DemoValueObject()
Construct a new value object marked as invalid.
public DemoValueObject(int idParam)
Construct a new value object with the given id value.
idParam - unique identifier of the object.| Method Detail |
public final java.lang.String getIdString()
getIdString in interface com.ivata.mask.valueobject.ValueObjectcom.ivata.mask.ValueObject#getIdString()public final int getId()
int.
int.public final void setId(int idParam)
int.
idParam - unique identifier of this value object, as an
int.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||