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 SummaryConstructors Constructor Description KeyValueAttribute(java.lang.String key, java.lang.String value)
- 
Method SummaryMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
- 
Constructor Details- 
KeyValueAttributepublic KeyValueAttribute(java.lang.String key, java.lang.String value)
 
- 
- 
Method Details- 
getKeypublic java.lang.String getKey()
- 
setKeypublic void setKey(java.lang.String key)
- 
getValuepublic java.lang.String getValue()
- 
setValuepublic void setValue(java.lang.String value)
 
-