org.eclipse.higgins.sync.to
Class CardCredentialTO
java.lang.Object
org.eclipse.higgins.sync.to.BaseTO
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
CardCredentialTO
public CardCredentialTO()
getCredentialType
public String getCredentialType()
- Returns:
- the credentialType
setCredentialType
public void setCredentialType(String credentialType)
- Parameters:
credentialType - the credentialType to set