Class XMLTreePanel.KeyValueAttribute
java.lang.Object
ru.bitel.bgbilling.modules.bill.client.bean.XMLTreePanel.KeyValueAttribute
- Enclosing class:
- XMLTreePanel
public class XMLTreePanel.KeyValueAttribute
extends java.lang.Object
-
Constructor Summary
Constructors Constructor Description KeyValueAttribute(java.lang.String key, java.lang.String value)
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
KeyValueAttribute
public KeyValueAttribute(java.lang.String key, java.lang.String value)
-
-
Method Details
-
getKey
public java.lang.String getKey() -
setKey
public void setKey(java.lang.String key) -
getValue
public java.lang.String getValue() -
setValue
public void setValue(java.lang.String value)
-