Class KeyLabelImpl

java.lang.Object
com.priint.pubserver.metadata.xml.placeholder.KeyLabelImpl
All Implemented Interfaces:
KeyLabel, Serializable

public class KeyLabelImpl extends Object implements KeyLabel, Serializable
See Also:
  • Constructor Details

    • KeyLabelImpl

      public KeyLabelImpl()
  • Method Details

    • getKey

      public String getKey()
      Description copied from interface: KeyLabel

      Gets the key of this key label pair

      Specified by:
      getKey in interface KeyLabel
      Returns:
      key of this key label pair
    • setKey

      public void setKey(String key)
      Description copied from interface: KeyLabel

      Sets the key of this key label pair

      Specified by:
      setKey in interface KeyLabel
      Parameters:
      key - key of this key label pair
    • getLabel

      public String getLabel()
      Description copied from interface: KeyLabel

      Gets the label of this key label pair

      Specified by:
      getLabel in interface KeyLabel
      Returns:
      label of this key label pair
    • setLabel

      public void setLabel(String label)
      Description copied from interface: KeyLabel

      Sets the label of this key label pair

      Specified by:
      setLabel in interface KeyLabel
      Parameters:
      label - label of this key label pair