org.eclipse.higgins.sync.to
Class PinCredentialTO
java.lang.Object
org.eclipse.higgins.sync.to.BaseTO
org.eclipse.higgins.sync.to.CardCredentialTO
org.eclipse.higgins.sync.to.PinCredentialTO
- All Implemented Interfaces:
- Serializable
public class PinCredentialTO
- extends CardCredentialTO
- implements Serializable
PinCredential transfer object.
- Author:
- Alexander Yuhimenko
- See Also:
- Serialized Form
PinCredentialTO
public PinCredentialTO()
getPinCode
public byte[] getPinCode()
- Returns:
- the pinCode
setPinCode
public void setPinCode(byte[] pinCode)
- Parameters:
pinCode - the pinCode to set