org.eclipse.higgins.sync.to
Class ClaimUiDescriptorTO
java.lang.Object
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
ClaimUiDescriptorTO
public ClaimUiDescriptorTO()
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