|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.infoengine.schema.DisplayValue
Associates a string id with a display string value
DisplayContainer
,
Serialized FormField Summary | |
private String |
id
|
private String |
value
|
Constructor Summary | |
DisplayValue()
Create DisplayValue with null id and value |
|
DisplayValue(String id,
String value)
Create a DisplayValue with id and value |
Method Summary | |
String |
getId()
Get the id |
String |
getValue()
Get the display string value |
void |
setId(String id)
Set the id |
void |
setValue(String v)
Set the display string value |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private String id
private String value
Constructor Detail |
public DisplayValue()
public DisplayValue(String id, String value)
id
- the id
value the display stringMethod Detail |
public void setId(String id)
id
- the new idpublic String getId()
public void setValue(String v)
v
- the new display string valuepublic String getValue()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |