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

    Modifier and Type Method Description
    java.lang.String getKey()  
    java.lang.String getValue()  
    void setKey​(java.lang.String key)  
    void setValue​(java.lang.String value)  

    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)