ak.obj
Class Item

java.lang.Object
  |
  +--ak.obj.Item

public class Item
extends java.lang.Object

This class is a simply implementation of a DictionaryItem-object:(Name,Value)

Version:
1.1 Copyright(c)Alexej Kupin
Author:
Alexej Kupin (05.05.2000)

Field Summary
(package private)  java.lang.String m_sName
           
(package private)  java.lang.String m_sValue
           
 
Constructor Summary
Item()
          Default constructor
Item(java.lang.String sName, java.lang.String sValue)
          Constructor with Item-values(Name,Value)
 
Method Summary
 java.lang.String GetName()
          Gets the name of the Item
 java.lang.String GetValue()
          Gets the value of the Item
 void SetName(java.lang.String sName)
          Sets the name of the Item
 void SetValue(java.lang.String sValue)
          Gets the value of the Item
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

m_sName

java.lang.String m_sName

m_sValue

java.lang.String m_sValue
Constructor Detail

Item

public Item()
Default constructor

Item

public Item(java.lang.String sName,
            java.lang.String sValue)
Constructor with Item-values(Name,Value)
Method Detail

GetName

public java.lang.String GetName()
Gets the name of the Item

GetValue

public java.lang.String GetValue()
Gets the value of the Item

SetName

public void SetName(java.lang.String sName)
Sets the name of the Item

SetValue

public void SetValue(java.lang.String sValue)
Gets the value of the Item