|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ptc.edadata.ExtraOptionTemplate
Member of the an ExtraOptionItem's items list
Field Summary | |
private String |
caption
|
private String |
optionId
|
Constructor Summary | |
ExtraOptionTemplate()
|
Method Summary | |
String |
getCaption()
Option's caption to be (maybe) shown in UI |
String |
getOptionId()
Option's internal ID (option's semantics) |
void |
setCaption(String caption)
Sets option's caption |
void |
setOptionId(String optionId)
Sets option's internal ID |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private String caption
private String optionId
Constructor Detail |
public ExtraOptionTemplate()
Method Detail |
public String getCaption()
public void setCaption(String caption)
caption
- Localized caption textpublic String getOptionId()
public void setOptionId(String optionId)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |