public class AdminConfigData
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private java.util.Calendar |
dateAdded
Date when this object was created
|
private int |
id
The value for the Id field
|
private java.lang.String |
key
The value for the key field
|
private java.lang.String |
value
The value for the value field
|
Constructor and Description |
---|
AdminConfigData()
Constructor
|
AdminConfigData(com.workingdogs.village.Record vr,
com.konakart.db.KKCriteria c)
Instantiates the attributes of the AdminConfigData object from a Record object
|
Modifier and Type | Method and Description |
---|---|
java.util.Calendar |
getDateAdded() |
int |
getId() |
java.lang.String |
getKey() |
java.lang.String |
getValue() |
void |
setDateAdded(java.util.Calendar calendarAdded) |
void |
setId(int configId) |
void |
setKey(java.lang.String configKey) |
void |
setValue(java.lang.String val) |
java.lang.String |
toString() |
java.lang.String |
toStringBrief() |
private int id
private java.lang.String key
private java.lang.String value
private java.util.Calendar dateAdded
public AdminConfigData()
public AdminConfigData(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 configId)
configId
- The id to set.public java.lang.String getKey()
public void setKey(java.lang.String configKey)
configKey
- the key to setpublic java.lang.String getValue()
public void setValue(java.lang.String val)
val
- the value to setpublic java.util.Calendar getDateAdded()
public void setDateAdded(java.util.Calendar calendarAdded)
calendarAdded
- the dateAdded to setCopyright © 2018 DS Data Systems UK Ltd.