org.eclipse.higgins.userprofile.entity
Class CardCredential

java.lang.Object
  extended byorg.eclipse.higgins.userprofile.entity.CardCredential
All Implemented Interfaces:
Serializable

public class CardCredential
extends Object
implements Serializable

Author:
PilipenkoYN
See Also:
Serialized Form

Constructor Summary
CardCredential()
           
 
Method Summary
 String getCredentialType()
           
 String getPassword()
           
 byte[] getPinCode()
           
 String getTsAddress()
           
 String getTsMetadataAddress()
           
 String getUsername()
           
 void setCredentialType(String credentialType)
           
 void setPassword(String password)
           
 void setPinCode(byte[] pinCode)
           
 void setTsAddress(String tsAddress)
           
 void setTsMetadataAddress(String tsMetadataAddress)
           
 void setUsername(String username)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CardCredential

public CardCredential()
Method Detail

getCredentialType

public String getCredentialType()
Returns:
the credentialType

setCredentialType

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

getTsAddress

public String getTsAddress()
Returns:
the tsAddress

setTsAddress

public void setTsAddress(String tsAddress)
Parameters:
tsAddress - the tsAddress to set

getTsMetadataAddress

public String getTsMetadataAddress()
Returns:
the tsMetadataAddress

setTsMetadataAddress

public void setTsMetadataAddress(String tsMetadataAddress)
Parameters:
tsMetadataAddress - the tsMetadataAddress to set

getUsername

public String getUsername()
Returns:
the username

setUsername

public void setUsername(String username)
Parameters:
username - the username to set

getPassword

public String getPassword()
Returns:
the password

setPassword

public void setPassword(String password)
Parameters:
password - the password to set

getPinCode

public byte[] getPinCode()
Returns:
the pinCode

setPinCode

public void setPinCode(byte[] pinCode)
Parameters:
pinCode - the pinCode to set