public class KKConfiguration extends java.lang.Object implements KKConfigurationIf, java.io.Serializable
Constructor and Description |
---|
KKConfiguration()
Constructor
|
KKConfiguration(com.workingdogs.village.Record vr,
KKCriteria c)
Instantiates the attributes of the KKConfiguration object from a Record object
|
Modifier and Type | Method and Description |
---|---|
java.lang.Boolean |
getBooleanValue() |
int |
getId() |
java.lang.String |
getKey()
This identifies the configuration parameter.
|
java.util.Calendar |
getLastModified() |
java.lang.String |
getStoreId() |
java.lang.String |
getValue()
This is the actual configuration data.
|
boolean |
isReturnByAPI() |
void |
setId(int id) |
void |
setKey(java.lang.String key)
This identifies the configuration parameter.
|
void |
setLastModified(java.util.Calendar lastModified) |
void |
setReturnByAPI(boolean returnByAPI) |
void |
setStoreId(java.lang.String storeId) |
void |
setValue(java.lang.String value)
This is the actual configuration data.
|
java.lang.String |
toString() |
java.lang.String |
toStringBrief() |
public KKConfiguration()
public KKConfiguration(com.workingdogs.village.Record vr, 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()
getId
in interface KKConfigurationIf
public void setId(int id)
setId
in interface KKConfigurationIf
id
- The id to set.public java.lang.String getKey()
KKConfigurationIf
getKey
in interface KKConfigurationIf
public void setKey(java.lang.String key)
KKConfigurationIf
setKey
in interface KKConfigurationIf
key
- The key to set.public java.lang.String getValue()
KKConfigurationIf
getValue
in interface KKConfigurationIf
public java.lang.Boolean getBooleanValue()
public void setValue(java.lang.String value)
KKConfigurationIf
setValue
in interface KKConfigurationIf
value
- The value to set.public java.util.Calendar getLastModified()
getLastModified
in interface KKConfigurationIf
public void setLastModified(java.util.Calendar lastModified)
setLastModified
in interface KKConfigurationIf
lastModified
- The lastModified to set.public java.lang.String getStoreId()
getStoreId
in interface KKConfigurationIf
public void setStoreId(java.lang.String storeId)
setStoreId
in interface KKConfigurationIf
storeId
- the storeId to setpublic boolean isReturnByAPI()
isReturnByAPI
in interface KKConfigurationIf
public void setReturnByAPI(boolean returnByAPI)
setReturnByAPI
in interface KKConfigurationIf
returnByAPI
- the returnByAPI to setCopyright © 2018 DS Data Systems UK Ltd.