org.eclipse.higgins.rpps.core.tobj
Class UIResponseCardTO

java.lang.Object
  extended byorg.eclipse.higgins.rpps.core.tobj.UIResponseCardTO
All Implemented Interfaces:
Serializable

public class UIResponseCardTO
extends Object
implements Serializable

The transfer object for the CARD element of UserInterfaceResponse. A transfer object is a serializable class that groups related attributes, forming a composite value. This class is used as the return type of a WS business method.

Author:
Sergei Yakovlev
See Also:
Serialized Form

Constructor Summary
UIResponseCardTO()
          Creates a new instance of UIResponseCardTO
 
Method Summary
 String getCardId()
          Gets the UID property value.
 String getDescription()
          Gets the description property value.
 byte[] getImage()
          Gets the image as a byte array.
 String getImagetype()
          Gets the image type.
 String getIssuerName()
           
 String getName()
          Gets the name of transfer object.
 PropertyTO[] getOptionalClaims()
           
 PropertyTO[] getProperties()
           
 String[] getSupportedClaimTypes()
           
 UITokenServiceCredentialTO[] getTokenservices()
           
 String getType()
           
 String getUid()
           
 boolean isSaveCard()
           
 void setCardId(String uid)
          Sets the UID property value.
 void setDescription(String description)
          Sets the description property value.
 void setImage(byte[] image)
          Sets the image as a byte array.
 void setImagetype(String imagetype)
          Sets the image type.
 void setIssuerName(String issuerName)
           
 void setName(String name)
          Sets the name of transfer object
 void setOptionalClaims(PropertyTO[] optionalClaims)
           
 void setProperties(PropertyTO[] properties)
           
 void setSaveCard(boolean saveCard)
           
 void setSupportedClaimTypes(String[] supportedClaimTypes)
           
 void setTokenservices(UITokenServiceCredentialTO[] tokenservices)
           
 void setType(String type)
           
 void setUid(String uid)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UIResponseCardTO

public UIResponseCardTO()
Creates a new instance of UIResponseCardTO

Method Detail

getCardId

public String getCardId()
Gets the UID property value.

Returns:
the UID property value.

setCardId

public void setCardId(String uid)
Sets the UID property value.

Parameters:
uid - the UID property value.

getDescription

public String getDescription()
Gets the description property value.

Returns:
the description property value.

setDescription

public void setDescription(String description)
Sets the description property value.

Parameters:
description - the description property value.

getImage

public byte[] getImage()
Gets the image as a byte array.

Returns:
the image as a byte array.

setImage

public void setImage(byte[] image)
Sets the image as a byte array.

Parameters:
image - the image as a byte array.

getImagetype

public String getImagetype()
Gets the image type.

Returns:
the image type.

setImagetype

public void setImagetype(String imagetype)
Sets the image type.

Parameters:
imagetype - the image type.

getTokenservices

public UITokenServiceCredentialTO[] getTokenservices()

setTokenservices

public void setTokenservices(UITokenServiceCredentialTO[] tokenservices)

isSaveCard

public boolean isSaveCard()

setSaveCard

public void setSaveCard(boolean saveCard)

getProperties

public PropertyTO[] getProperties()

setProperties

public void setProperties(PropertyTO[] properties)

getOptionalClaims

public PropertyTO[] getOptionalClaims()

setOptionalClaims

public void setOptionalClaims(PropertyTO[] optionalClaims)

getSupportedClaimTypes

public String[] getSupportedClaimTypes()

setSupportedClaimTypes

public void setSupportedClaimTypes(String[] supportedClaimTypes)

getName

public String getName()
Gets the name of transfer object.

Returns:
the name of transfer object.

setName

public void setName(String name)
Sets the name of transfer object

Parameters:
name - the name of transfer object.

getType

public String getType()

setType

public void setType(String type)

getIssuerName

public String getIssuerName()

setIssuerName

public void setIssuerName(String issuerName)

getUid

public String getUid()

setUid

public void setUid(String uid)