org.eclipse.higgins.sync.to
Class ClaimTO
java.lang.Object
org.eclipse.higgins.sync.to.ClaimTO
- All Implemented Interfaces:
- Serializable
public class ClaimTO
- extends Object
- implements Serializable
Card claim transfer object.
- Author:
- Alexander Yuhimenko
- See Also:
- Serialized Form
ClaimTO
public ClaimTO()
getClaims
public ClaimTO[] getClaims()
- Returns:
- the claims
getClaimType
public ClaimTypeTO getClaimType()
- Returns:
- the claimType
getClaimUiDescriptor
public ClaimUiDescriptorTO getClaimUiDescriptor()
- Returns:
- the claimUiDescriptor
getValues
public String[] getValues()
- Returns:
- the values
setClaims
public ClaimTO setClaims(ClaimTO[] claims)
- Parameters:
claims - the claims to set
setClaimType
public ClaimTO setClaimType(ClaimTypeTO claimType)
- Parameters:
claimType - the claimType to set
setClaimUiDescriptor
public ClaimTO setClaimUiDescriptor(ClaimUiDescriptorTO claimUiDescriptor)
- Parameters:
claimUiDescriptor - the claimUiDescriptor to set
setValues
public ClaimTO setValues(String[] values)
- Parameters:
values - the values to set