|
||||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||
java.lang.Objectorg.eclipse.higgins.rpps.core.tobj.BaseTransferObject
org.eclipse.higgins.rpps.core.tobj.UIResponseClauseTO
The transfer object for the CLAUSE element of UserInterfaceResponse. A transfer object is a serializable class that groups related attributes, forming a composite value. This class is used as the return type of a WS business method.
| Constructor Summary | |
|---|---|
UIResponseClauseTO()
Creates a new instance of UIResponseClauseTO |
|
| Method Summary | |
|---|---|
String[] |
getLabel()
Gets the string array of values of LABEL elements. |
String[] |
getLabelType()
|
String |
getLonglabel()
Gets the value of LONGLABEL element. |
String |
getLongOptional()
|
String[] |
getOptional()
|
String[] |
getOptionalType()
|
UIResponseUsableCardsTO |
getUsableCards()
Gets the USABLECARDS element. |
String[] |
getUsedCardCuids()
|
void |
setLabel(String[] label)
Sets the string array of values of LABEL elements. |
void |
setLabelType(String[] labelType)
|
void |
setLonglabel(String longlabel)
Sets the value of LONGLABEL element. |
void |
setLongOptional(String longoptional)
|
void |
setOptional(String[] optional)
|
void |
setOptionalType(String[] optionalType)
|
void |
setUsableCards(UIResponseUsableCardsTO usableCards)
Sets the USABLECARDS element. |
void |
setUsedCardCuids(String[] usedCardCuids)
|
| Methods inherited from class org.eclipse.higgins.rpps.core.tobj.BaseTransferObject |
|---|
getName, setName |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public UIResponseClauseTO()
| Method Detail |
public String[] getLabel()
public void setLabel(String[] label)
label - the string array of values of LABEL elements.public String getLonglabel()
public void setLonglabel(String longlabel)
longlabel - the value of LONGLABEL element.public String[] getOptional()
public void setOptional(String[] optional)
public String getLongOptional()
public void setLongOptional(String longoptional)
public UIResponseUsableCardsTO getUsableCards()
public void setUsableCards(UIResponseUsableCardsTO usableCards)
usableCards - the USABLECARDS element.public String[] getLabelType()
public void setLabelType(String[] labelType)
public String[] getOptionalType()
public void setOptionalType(String[] optionalType)
public String[] getUsedCardCuids()
public void setUsedCardCuids(String[] usedCardCuids)
|
||||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||