com.konakart.rmi.app
Class S_ConfigData

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

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

Describes a ConfigData for use within KonaKart

See Also:
Serialized Form

Constructor Summary
S_ConfigData()
           
 
Method Summary
 java.util.Calendar getDateAdded()
           
 int getId()
          Get the Id
 java.lang.String getKey()
          Get the key
 java.lang.String getValue()
          Get the value
 void setDateAdded(java.util.Calendar _dateAdded)
           
 void setId(int _id)
          Set the id
 void setKey(java.lang.String _key)
          Set the key
 void setValue(java.lang.String _value)
          Set the value
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

S_ConfigData

public S_ConfigData()
Method Detail

getId

public int getId()
Get the Id

Returns:
Returns the id.

setId

public void setId(int _id)
Set the id

Parameters:
_id - The id to set.

getKey

public java.lang.String getKey()
Get the key

Returns:
Returns the key.

setKey

public void setKey(java.lang.String _key)
Set the key

Parameters:
_key - The key to set.

getValue

public java.lang.String getValue()
Get the value

Returns:
Returns the value.

setValue

public void setValue(java.lang.String _value)
Set the value

Parameters:
_value - The value to set.

getDateAdded

public java.util.Calendar getDateAdded()
Returns:
Returns the dateAdded.

setDateAdded

public void setDateAdded(java.util.Calendar _dateAdded)
Parameters:
_dateAdded - The dateAdded to set.


Copyright © 2011 DS Data Systems UK Ltd.