|
||||||||||||
| 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.ICardTO
The transfer object for the i-card. 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 | |
|---|---|
ICardTO()
Creates a new instance of ICardTO |
|
| Method Summary | |
|---|---|
String |
getCuid()
Gets CUID. |
Date |
getExpiredTime()
|
String |
getId()
Gets id property |
byte[] |
getImage()
Gets image property. |
String |
getImageType()
Gets image type. |
String |
getIssuerName()
Gets issuer name property |
PropertyTO[] |
getProperties()
Gets icard property array. |
UITokenServiceCredentialTO[] |
getTokenServiceCredentials()
|
boolean |
isDeleteable()
|
boolean |
isSelfIssued()
Gets 'self-issued' flag |
void |
setCuid(String cuid)
Sets CUID |
void |
setDeleteable(boolean deleteable)
|
void |
setExpiredTime(Date expiredTime)
|
void |
setId(String id)
Sets id property |
void |
setImage(byte[] image)
Sets image property |
void |
setImageType(String imageType)
Sets image type. |
void |
setIssuerName(String issuerName)
Sets issuer name property |
void |
setProperties(PropertyTO[] properties)
Sets icard property array. |
void |
setSelfIssued(boolean selfIssued)
Sets 'self-issued' flag. |
void |
setTokenServiceCredentials(UITokenServiceCredentialTO[] tokenServiceCredentials)
|
| 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 ICardTO()
| Method Detail |
public String getId()
public void setId(String id)
id - the id as a stringpublic String getIssuerName()
public void setIssuerName(String issuerName)
issuerName - the issuer name.public Date getExpiredTime()
public void setExpiredTime(Date expiredTime)
public byte[] getImage()
public void setImage(byte[] image)
image - the image as a byte array.public PropertyTO[] getProperties()
public void setProperties(PropertyTO[] properties)
properties - the icard property array.public String getImageType()
public void setImageType(String imageType)
imageType - the image type as a string.public String getCuid()
public void setCuid(String cuid)
cuid - the CUID as a string.public boolean isSelfIssued()
public void setSelfIssued(boolean selfIssued)
selfIssued - the self-issued flag value.public UITokenServiceCredentialTO[] getTokenServiceCredentials()
public void setTokenServiceCredentials(UITokenServiceCredentialTO[] tokenServiceCredentials)
public boolean isDeleteable()
public void setDeleteable(boolean deleteable)
|
||||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||