org.eclipse.higgins.ics.gwt.base.client.model.entity
Class CardCredential
java.lang.Object
org.eclipse.higgins.ics.gwt.base.client.model.entity.BaseEntity
org.eclipse.higgins.ics.gwt.base.client.model.entity.CardCredential
- All Implemented Interfaces:
- Serializable
- public class CardCredential
- extends BaseEntity
- implements Serializable
- Author:
- Alexander Yuhimenko
- See Also:
- Serialized Form
CardCredential
public CardCredential()
getAddress
public String getAddress()
- Returns:
- the address
setAddress
public void setAddress(String address)
- Parameters:
address - the address to set
getPassword
public String getPassword()
- Returns:
- the password
setPassword
public void setPassword(String password)
- Parameters:
password - the password to set
getType
public String getType()
- Returns:
- the type
setType
public void setType(String type)
- Parameters:
type - the type to set
getUsername
public String getUsername()
- Returns:
- the username
setUsername
public void setUsername(String username)
- Parameters:
username - the username to set
getPPID
public String getPPID()
- Returns:
- the pPID
setPPID
public void setPPID(String ppid)
- Parameters:
ppid - the pPID to set
getDisplayCredentialHint
public String getDisplayCredentialHint()
- Returns:
- the displayCredentialHint
setDisplayCredentialHint
public void setDisplayCredentialHint(String displayCredentialHint)
- Parameters:
displayCredentialHint - the displayCredentialHint to set
getMetadataAddress
public String getMetadataAddress()
- Returns:
- the metadataAddress
setMetadataAddress
public void setMetadataAddress(String metadataAddress)
- Parameters:
metadataAddress - the metadataAddress to set
getPinCode
public String getPinCode()
- Returns:
- the pinCode
setPinCode
public void setPinCode(String pinCode)
- Parameters:
pinCode - the pinCode to set