Class IDLabelImpl

java.lang.Object
com.priint.pubserver.metadata.xml.element.IDLabelImpl
All Implemented Interfaces:
IDLabel, Serializable

public class IDLabelImpl extends Object implements Serializable, IDLabel
See Also:
  • Constructor Details

    • IDLabelImpl

      public IDLabelImpl()
  • Method Details

    • getKey

      public String getKey()
      Description copied from interface: IDLabel
      Gets the key.
      Specified by:
      getKey in interface IDLabel
      Returns:
      the key
    • setKey

      public void setKey(String key)
      Description copied from interface: IDLabel
      Sets the key.
      Specified by:
      setKey in interface IDLabel
      Parameters:
      key - the key to set
    • getValue

      public String getValue()
      Description copied from interface: IDLabel
      Gets the value.
      Specified by:
      getValue in interface IDLabel
      Returns:
      the value
    • setValue

      public void setValue(String value)
      Description copied from interface: IDLabel
      Sets the value.
      Specified by:
      setValue in interface IDLabel
      Parameters:
      value - the value to set