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

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

public class UIResponseCardTO
extends BaseTransferObject
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 getDescription()
          Gets the description property value.
 byte[] getImage()
          Gets the image as a byte array.
 String getImagetype()
          Gets the image type.
 PropertyTO[] getOptionalClaims()
           
 PropertyTO[] getProperties()
           
 String[] getSupportedClaimTypes()
           
 UITokenServiceCredentialTO[] getTokenservices()
           
 String getUid()
          Gets the UID property value.
 boolean isSaveCard()
           
 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 setOptionalClaims(PropertyTO[] optionalClaims)
           
 void setProperties(PropertyTO[] properties)
           
 void setSaveCard(boolean saveCard)
           
 void setSupportedClaimTypes(String[] supportedClaimTypes)
           
 void setTokenservices(UITokenServiceCredentialTO[] tokenservices)
           
 void setUid(String uid)
          Sets the UID property value.
 
Methods inherited from class org.eclipse.higgins.rpps.core.tobj.BaseTransferObject
getName, setName
 
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

getUid

public String getUid()
Gets the UID property value.

Returns:
the UID property value.

setUid

public void setUid(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)