|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.higgins.rpps.core.tobj.ICardTO
public class 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 | |
|---|---|
CardExtensionTO[] |
getCardExtensions()
|
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 |
String |
getName()
Gets the name of transfer object. |
PropertyTO[] |
getProperties()
Gets icard property array. |
STSPolicyTO |
getStsPolicy()
|
UITokenServiceCredentialTO[] |
getTokenServiceCredentials()
|
String |
getType()
|
IssuerInformationEntryTO[] |
getXInformationEntryTO()
|
CardUsageTO |
getXLastUsed()
|
String |
getzIssuer()
|
String[] |
getzSupportedTokenType()
|
boolean |
isDeleteable()
|
boolean |
isSelfIssued()
Gets 'self-issued' flag |
void |
setCardExtensions(CardExtensionTO[] cardExtensions)
|
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 |
setName(String name)
Sets the name of transfer object |
void |
setProperties(PropertyTO[] properties)
Sets icard property array. |
void |
setSelfIssued(boolean selfIssued)
Sets 'self-issued' flag. |
void |
setStsPolicy(STSPolicyTO stsPolicy)
|
void |
setTokenServiceCredentials(UITokenServiceCredentialTO[] tokenServiceCredentials)
|
void |
setType(String type)
|
void |
setXInformationEntryTO(IssuerInformationEntryTO[] informationEntryTO)
|
void |
setXLastUsed(CardUsageTO lastUsed)
|
ICardTO |
setzIssuer(String zIssuer)
|
ICardTO |
setzSupportedTokenType(String[] zSupportedTokenType)
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ICardTO()
| Method Detail |
|---|
public CardExtensionTO[] getCardExtensions()
public String getCuid()
public Date getExpiredTime()
public String getId()
public byte[] getImage()
public String getImageType()
public String getIssuerName()
public String getName()
public PropertyTO[] getProperties()
public STSPolicyTO getStsPolicy()
public UITokenServiceCredentialTO[] getTokenServiceCredentials()
public String getType()
public IssuerInformationEntryTO[] getXInformationEntryTO()
public CardUsageTO getXLastUsed()
public String getzIssuer()
public String[] getzSupportedTokenType()
public boolean isDeleteable()
public boolean isSelfIssued()
public void setCardExtensions(CardExtensionTO[] cardExtensions)
public void setCuid(String cuid)
cuid - the CUID as a string.public void setDeleteable(boolean deleteable)
public void setExpiredTime(Date expiredTime)
public void setId(String id)
id - the id as a stringpublic void setImage(byte[] image)
image - the image as a byte array.public void setImageType(String imageType)
imageType - the image type as a string.public void setIssuerName(String issuerName)
issuerName - the issuer name.public void setName(String name)
name - the name of transfer object.public void setProperties(PropertyTO[] properties)
properties - the icard property array.public void setSelfIssued(boolean selfIssued)
selfIssued - the self-issued flag value.public void setStsPolicy(STSPolicyTO stsPolicy)
public void setTokenServiceCredentials(UITokenServiceCredentialTO[] tokenServiceCredentials)
public void setType(String type)
public void setXInformationEntryTO(IssuerInformationEntryTO[] informationEntryTO)
informationEntryTO - the xInformationEntryTO to setpublic void setXLastUsed(CardUsageTO lastUsed)
lastUsed - the xLastUsed to setpublic ICardTO setzIssuer(String zIssuer)
zIssuer - the zIssuer to setpublic ICardTO setzSupportedTokenType(String[] zSupportedTokenType)
zSupportedTokenType - the zSupportedTokenType to set
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||