org.eclipse.higgins.sync.to
Class ClaimTypeTO

java.lang.Object
  extended by 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

Constructor Summary
ClaimTypeTO()
           
 
Method Summary
 String getDescription()
           
 String getDisplayName()
           
 Boolean getIsSimple()
           
 String getType()
           
 void setDescription(String description)
           
 void setDisplayName(String displayName)
           
 void setIsSimple(Boolean isSimple)
           
 void setType(String type)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClaimTypeTO

public ClaimTypeTO()
Method Detail

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