com.konakart.rmi.app
Class S_KKConfiguration

java.lang.Object
  extended by com.konakart.rmi.app.S_KKConfiguration
All Implemented Interfaces:
java.io.Serializable

public class S_KKConfiguration
extends java.lang.Object
implements java.io.Serializable

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.

See Also:
Serialized Form

Constructor Summary
S_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

S_KKConfiguration

public S_KKConfiguration()
Method Detail

getId

public int getId()
Returns:
Returns the id.

setId

public void setId(int _id)
Parameters:
_id - The id to set.

getKey

public java.lang.String getKey()
This identifies the configuration parameter.

Returns:
Returns the key.

setKey

public void setKey(java.lang.String _key)
This identifies the configuration parameter.

Parameters:
_key - The key to set.

getValue

public java.lang.String getValue()
This is the actual configuration data.

Returns:
Returns the value.

setValue

public void setValue(java.lang.String _value)
This is the actual configuration data.

Parameters:
_value - The value to set.

getLastModified

public java.util.Calendar getLastModified()
Returns:
Returns the lastModified.

setLastModified

public void setLastModified(java.util.Calendar _lastModified)
Parameters:
_lastModified - The lastModified to set.

getStoreId

public java.lang.String getStoreId()
Returns:
the storeId

setStoreId

public void setStoreId(java.lang.String _storeId)
Parameters:
_storeId - the storeId to set


Copyright © 2011 DS Data Systems UK Ltd.