|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface KKConfigurationIf
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.
| Method Summary | |
|---|---|
int |
getId()
|
java.lang.String |
getKey()
This identifies the configuration parameter. |
java.util.Calendar |
getLastModified()
|
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 |
setValue(java.lang.String value)
This is the actual configuration data. |
| Method Detail |
|---|
int getId()
void setId(int id)
id - The id to set.java.lang.String getKey()
void setKey(java.lang.String key)
key - The key to set.java.lang.String getValue()
void setValue(java.lang.String value)
value - The value to set.java.util.Calendar getLastModified()
void setLastModified(java.util.Calendar lastModified)
lastModified - The lastModified to set.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||