|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.konakart.json.app.J_KKConfiguration
public class J_KKConfiguration
Used to contain a configuration property. Most configuration parameters for KonaKart are stored in the database in a configuration table. They are identified by a key and the data is retrieved by calling the getValue() getter method.
| Constructor Summary | |
|---|---|
J_KKConfiguration()
|
|
| Method Summary | |
|---|---|
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. |
void |
setId(int _id)
|
void |
setKey(java.lang.String _key)
This identifies the configuration parameter. |
void |
setLastModified(java.util.Calendar _lastModified)
|
void |
setStoreId(java.lang.String _storeId)
|
void |
setValue(java.lang.String _value)
This is the actual configuration data. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public J_KKConfiguration()
| Method Detail |
|---|
public int getId()
public void setId(int _id)
_id - The id to set.public java.lang.String getKey()
public void setKey(java.lang.String _key)
_key - The key to set.public java.lang.String getValue()
public void setValue(java.lang.String _value)
_value - The value to set.public java.util.Calendar getLastModified()
public void setLastModified(java.util.Calendar _lastModified)
_lastModified - The lastModified to set.public java.lang.String getStoreId()
public void setStoreId(java.lang.String _storeId)
_storeId - the storeId to set
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||