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

java.lang.Object
  extended byorg.eclipse.higgins.rpps.core.tobj.BaseTransferObject
      extended byorg.eclipse.higgins.rpps.core.tobj.UIDescriptorTO
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ITemplateElementTO, PropertyTO

public class UIDescriptorTO
extends BaseTransferObject
implements Serializable

See Also:
Serialized Form

Constructor Summary
UIDescriptorTO()
           
 
Method Summary
 String getInputMask()
           
 String[] getOptionalValues()
           
 String getPattern()
           
 int getType()
           
 void setInputMask(String inputMask)
           
 void setOptionalValues(String[] values)
           
 void setPattern(String pattern)
           
 void setType(int type)
           
 
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

UIDescriptorTO

public UIDescriptorTO()
Method Detail

getType

public int getType()

setType

public void setType(int type)

getOptionalValues

public String[] getOptionalValues()

setOptionalValues

public void setOptionalValues(String[] values)

getPattern

public String getPattern()

setPattern

public void setPattern(String pattern)

getInputMask

public String getInputMask()

setInputMask

public void setInputMask(String inputMask)