org.eclipse.higgins.sync.to
Class ClaimUiDescriptorTO

java.lang.Object
  extended by org.eclipse.higgins.sync.to.ClaimUiDescriptorTO
All Implemented Interfaces:
Serializable

public class ClaimUiDescriptorTO
extends Object
implements Serializable

Claim user interface descriptor transfer object. Has meta information for building user friendly claim editor.

Author:
Alexander Yuhimenko
See Also:
Serialized Form

Constructor Summary
ClaimUiDescriptorTO()
           
 
Method Summary
 String getInputMask()
           
 String[] getOptionalValues()
           
 String getPattern()
           
 String getType()
           
 void setInputMask(String inputMask)
           
 void setOptionalValues(String[] optionalValues)
           
 void setPattern(String pattern)
           
 void setType(String type)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClaimUiDescriptorTO

public ClaimUiDescriptorTO()
Method Detail

getInputMask

public String getInputMask()
Returns:
the inputMask

getOptionalValues

public String[] getOptionalValues()
Returns:
the optionalValues

getPattern

public String getPattern()
Returns:
the pattern

getType

public String getType()
Returns:
the type

setInputMask

public void setInputMask(String inputMask)
Parameters:
inputMask - the inputMask to set

setOptionalValues

public void setOptionalValues(String[] optionalValues)
Parameters:
optionalValues - the optionalValues to set

setPattern

public void setPattern(String pattern)
Parameters:
pattern - the pattern to set

setType

public void setType(String type)
Parameters:
type - the type to set