public class AdminCustomerPasswordHistory
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private int |
custId
customer id - the customer's Id
|
private java.lang.String |
custom1
custom field - for custom but undefined purposes
|
private java.util.Date |
dateCreated
dateCreated - the date the password was created
|
private int |
id
id - internal record Id
|
private java.lang.String |
password
password - the hashed version of the password
|
Constructor and Description |
---|
AdminCustomerPasswordHistory()
Constructor
|
AdminCustomerPasswordHistory(com.workingdogs.village.Record vr,
com.konakart.db.KKCriteria c)
Instantiates the attributes of the AdminCustomerPasswordHistory object from a Record object
|
Modifier and Type | Method and Description |
---|---|
int |
getCustId() |
java.lang.String |
getCustom1() |
java.util.Date |
getDateCreated() |
int |
getId() |
java.lang.String |
getPassword() |
void |
setCustId(int custId) |
void |
setCustom1(java.lang.String custom1) |
void |
setDateCreated(java.util.Date dateCreated) |
void |
setId(int id) |
void |
setPassword(java.lang.String password) |
java.lang.String |
toString() |
java.lang.String |
toStringBrief() |
private int id
private int custId
private java.lang.String password
private java.util.Date dateCreated
private java.lang.String custom1
public AdminCustomerPasswordHistory()
public AdminCustomerPasswordHistory(com.workingdogs.village.Record vr, com.konakart.db.KKCriteria c) throws com.workingdogs.village.DataSetException
vr
- Record containing datac
- Criteria containing column namescom.workingdogs.village.DataSetException
- an unexpected exception due to data in Torque (the database layer)public java.lang.String toString()
toString
in class java.lang.Object
public java.lang.String toStringBrief()
public int getId()
public void setId(int id)
id
- The id to set.public java.lang.String getPassword()
public void setPassword(java.lang.String password)
password
- The password to set.public java.lang.String getCustom1()
public void setCustom1(java.lang.String custom1)
custom1
- The custom1 to set.public int getCustId()
public void setCustId(int custId)
custId
- the custId to setpublic java.util.Date getDateCreated()
public void setDateCreated(java.util.Date dateCreated)
dateCreated
- the dateCreated to setCopyright © 2018 DS Data Systems UK Ltd.