org.eclipse.higgins.ics.gwt.base.client.model.entity
Class CardTemplateItem
java.lang.Object
org.eclipse.higgins.ics.gwt.base.client.model.entity.BaseEntity
org.eclipse.higgins.ics.gwt.base.client.model.entity.ClaimItem
org.eclipse.higgins.ics.gwt.base.client.model.entity.CardTemplateItem
- All Implemented Interfaces:
- Serializable
- public class CardTemplateItem
- extends ClaimItem
- implements Serializable
- Author:
- Alexander Yuhimenko
- See Also:
- Serialized Form
| Methods inherited from class org.eclipse.higgins.ics.gwt.base.client.model.entity.ClaimItem |
getClaimType, getContainerValue, getDescription, getErrorList, getId, getValue, getValueType, getValueTypeProperty, isChecked, isValueRequired, isVisible, setChecked, setClaimType, setContainerValue, setDescription, setErrorList, setId, setValue, setValueRequired, setValueType, setValueTypeProperty, setVisible |
CardTemplateItem
public CardTemplateItem()
getInputMask
public String getInputMask()
- Returns:
- the inputMask
setInputMask
public void setInputMask(String inputMask)
- Parameters:
inputMask - the inputMask to set
getOptionalValues
public String[] getOptionalValues()
- Returns:
- the optionalValues
setOptionalValues
public void setOptionalValues(String[] optionalValues)
- Parameters:
optionalValues - the optionalValues to set
getPattern
public String getPattern()
- Returns:
- the pattern
setPattern
public void setPattern(String pattern)
- Parameters:
pattern - the pattern to set