org.eclipse.higgins.sync.to
Class CardCredentialTO

java.lang.Object
  extended by org.eclipse.higgins.sync.to.BaseTO
      extended by org.eclipse.higgins.sync.to.CardCredentialTO
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
PinCredentialTO, UsernamePasswordCredentialTO

public class CardCredentialTO
extends BaseTO
implements Serializable

Card credential transfer object.

Author:
Alexander Yuhimenko
See Also:
Serialized Form

Constructor Summary
CardCredentialTO()
           
 
Method Summary
 String getCredentialType()
           
 void setCredentialType(String credentialType)
           
 
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

CardCredentialTO

public CardCredentialTO()
Method Detail

getCredentialType

public String getCredentialType()
Returns:
the credentialType

setCredentialType

public void setCredentialType(String credentialType)
Parameters:
credentialType - the credentialType to set