org.eclipse.higgins.sync.to
Class MCardTO

java.lang.Object
  extended by org.eclipse.higgins.sync.to.BaseTO
      extended by org.eclipse.higgins.sync.to.CardTO
          extended by org.eclipse.higgins.sync.to.MCardTO
All Implemented Interfaces:
Serializable

public class MCardTO
extends CardTO
implements Serializable

Managed card transfer object.

Author:
Alexander Yuhimenko
See Also:
Serialized Form

Constructor Summary
MCardTO()
           
 
Method Summary
 Boolean getRequireAppliesTo()
           
 StsPrivacyPolicyTO getStsPrivacyPolicyTO()
           
 TokenServiceTO[] getTokenServices()
           
 void setRequireAppliesTo(Boolean requireAppliesTo)
           
 void setStsPrivacyPolicyTO(StsPrivacyPolicyTO stsPrivacyPolicyTO)
           
 void setTokenServices(TokenServiceTO[] tokenServices)
           
 
Methods inherited from class org.eclipse.higgins.sync.to.CardTO
getCardId, getClaims, getExpiredTime, getExtensions, getHashSalt, getImage, getImageType, getIssuedTime, getIssuer, getIssuerID, getIssuerName, getLastUpdatedTime, getMasterKey, getName, getSelfIssued, getSupportedClaimTypes, getSupportedTokenTypes, getVersion, setCardId, setClaims, setExpiredTime, setExtensions, setHashSalt, setImage, setImageType, setIssuedTime, setIssuer, setIssuerID, setIssuerName, setLastUpdatedTime, setMasterKey, setName, setSelfIssued, setSupportedClaimTypes, setSupportedTokenTypes, setVersion
 
Methods inherited from class org.eclipse.higgins.sync.to.BaseTO
getId, getRevision, setId, setRevision
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MCardTO

public MCardTO()
Method Detail

getRequireAppliesTo

public Boolean getRequireAppliesTo()
Returns:
the requireAppliesTo

getStsPrivacyPolicyTO

public StsPrivacyPolicyTO getStsPrivacyPolicyTO()
Returns:
the stsPrivacyPolicyTO

getTokenServices

public TokenServiceTO[] getTokenServices()
Returns:
the tokenServices

setRequireAppliesTo

public void setRequireAppliesTo(Boolean requireAppliesTo)
Parameters:
requireAppliesTo - the requireAppliesTo to set

setStsPrivacyPolicyTO

public void setStsPrivacyPolicyTO(StsPrivacyPolicyTO stsPrivacyPolicyTO)
Parameters:
stsPrivacyPolicyTO - the stsPrivacyPolicyTO to set

setTokenServices

public void setTokenServices(TokenServiceTO[] tokenServices)
Parameters:
tokenServices - the tokenServices to set