org.eclipse.higgins.rpps.core.tobj
Class UIResponseClauseTO

java.lang.Object
  extended byorg.eclipse.higgins.rpps.core.tobj.BaseTransferObject
      extended byorg.eclipse.higgins.rpps.core.tobj.UIResponseClauseTO
All Implemented Interfaces:
Serializable

public class UIResponseClauseTO
extends BaseTransferObject
implements Serializable

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.

Author:
Sergei Yakovlev
See Also:
Serialized Form

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

UIResponseClauseTO

public UIResponseClauseTO()
Creates a new instance of UIResponseClauseTO

Method Detail

getLabel

public String[] getLabel()
Gets the string array of values of LABEL elements.

Returns:
the string array of values of LABEL elements.

setLabel

public void setLabel(String[] label)
Sets the string array of values of LABEL elements.

Parameters:
label - the string array of values of LABEL elements.

getLonglabel

public String getLonglabel()
Gets the value of LONGLABEL element.

Returns:
the value of LONGLABEL element.

setLonglabel

public void setLonglabel(String longlabel)
Sets the value of LONGLABEL element.

Parameters:
longlabel - the value of LONGLABEL element.

getOptional

public String[] getOptional()

setOptional

public void setOptional(String[] optional)

getLongOptional

public String getLongOptional()

setLongOptional

public void setLongOptional(String longoptional)

getUsableCards

public UIResponseUsableCardsTO getUsableCards()
Gets the USABLECARDS element.

Returns:
the USABLECARDS element.

setUsableCards

public void setUsableCards(UIResponseUsableCardsTO usableCards)
Sets the USABLECARDS element.

Parameters:
usableCards - the USABLECARDS element.

getLabelType

public String[] getLabelType()

setLabelType

public void setLabelType(String[] labelType)

getOptionalType

public String[] getOptionalType()

setOptionalType

public void setOptionalType(String[] optionalType)

getUsedCardCuids

public String[] getUsedCardCuids()

setUsedCardCuids

public void setUsedCardCuids(String[] usedCardCuids)