org.eclipse.higgins.ics.gwt.base.client.model.entity
Class ClaimItem
java.lang.Object
org.eclipse.higgins.ics.gwt.base.client.model.entity.BaseEntity
org.eclipse.higgins.ics.gwt.base.client.model.entity.ClaimItem
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- CardTemplateItem
- public class ClaimItem
- extends BaseEntity
- implements Serializable
- Author:
- Alexander Yuhimenko
- See Also:
- Serialized Form
ClaimItem
public ClaimItem()
getId
public String getId()
- Returns:
- the id
setId
public void setId(String id)
- Parameters:
id - the id to set
getDescription
public String getDescription()
- Returns:
- the description
setDescription
public void setDescription(String description)
- Parameters:
description - the description to set
isValueRequired
public boolean isValueRequired()
- Returns:
- the isValueRequired
setValueRequired
public void setValueRequired(boolean isValueRequired)
- Parameters:
isValueRequired - the isValueRequired to set
getValue
public String getValue()
- Returns:
- the value
setValue
public void setValue(String value)
- Parameters:
value - the value to set
getValueType
public int getValueType()
- Returns:
- the valueType
setValueType
public void setValueType(int valueType)
- Parameters:
valueType - the valueType to set
isChecked
public boolean isChecked()
- Returns:
- the checked
setChecked
public void setChecked(boolean checked)
- Parameters:
checked - the checked to set
getErrorList
public ArrayList getErrorList()
- Returns:
- the errorList
setErrorList
public void setErrorList(ArrayList errorList)
- Parameters:
errorList - the errorList to set
getContainerValue
public ClaimItem[] getContainerValue()
- Returns:
- the containerValue
setContainerValue
public void setContainerValue(ClaimItem[] containerValue)
- Parameters:
containerValue - the containerValue to set
getClaimType
public String getClaimType()
- Returns:
- the claimType
setClaimType
public void setClaimType(String claimType)
- Parameters:
claimType - the claimType to set
getValueTypeProperty
public String getValueTypeProperty()
- Returns:
- the valueTypeProperty
setValueTypeProperty
public void setValueTypeProperty(String valueTypeProperty)
- Parameters:
valueTypeProperty - the valueTypeProperty to set
isVisible
public boolean isVisible()
- Returns:
- the visible
setVisible
public void setVisible(boolean visible)
- Parameters:
visible - the visible to set