org.eclipse.higgins.sync.to
Class ClaimTypeTO
java.lang.Object
org.eclipse.higgins.sync.to.ClaimTypeTO
- All Implemented Interfaces:
- Serializable
public class ClaimTypeTO
- extends Object
- implements Serializable
ClaimType transfer object.
- Author:
- Alexander Yuhimenko
- See Also:
org.eclipse.higgins.icard.IClaimType.,
Serialized Form
ClaimTypeTO
public ClaimTypeTO()
getDescription
public String getDescription()
- Returns:
- the description
getDisplayName
public String getDisplayName()
- Returns:
- the displayName
getIsSimple
public Boolean getIsSimple()
- Returns:
- the isSimple
getType
public String getType()
- Returns:
- the type
setDescription
public void setDescription(String description)
- Parameters:
description - the description to set
setDisplayName
public void setDisplayName(String displayName)
- Parameters:
displayName - the displayName to set
setIsSimple
public void setIsSimple(Boolean isSimple)
- Parameters:
isSimple - the isSimple to set
setType
public void setType(String type)
- Parameters:
type - the type to set