|
||||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||
java.lang.Objectorg.eclipse.higgins.rpps.core.tobj.BaseTransferObject
org.eclipse.higgins.rpps.core.tobj.UIResponseCardTO
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.
| 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 |
public UIResponseCardTO()
| Method Detail |
public String getUid()
public void setUid(String uid)
uid - the UID property value.public String getDescription()
public void setDescription(String description)
description - the description property value.public byte[] getImage()
public void setImage(byte[] image)
image - the image as a byte array.public String getImagetype()
public void setImagetype(String imagetype)
imagetype - the image type.public UITokenServiceCredentialTO[] getTokenservices()
public void setTokenservices(UITokenServiceCredentialTO[] tokenservices)
public boolean isSaveCard()
public void setSaveCard(boolean saveCard)
public PropertyTO[] getProperties()
public void setProperties(PropertyTO[] properties)
public PropertyTO[] getOptionalClaims()
public void setOptionalClaims(PropertyTO[] optionalClaims)
public String[] getSupportedClaimTypes()
public void setSupportedClaimTypes(String[] supportedClaimTypes)
|
||||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||