Class KeyLabelImpl
- java.lang.Object
-
- com.priint.pubserver.metadata.xml.placeholder.KeyLabelImpl
-
- All Implemented Interfaces:
KeyLabel,java.io.Serializable
public class KeyLabelImpl extends java.lang.Object implements KeyLabel, java.io.Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description KeyLabelImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetKey()Gets the key of this key label pairjava.lang.StringgetLabel()Gets the label of this key label pairvoidsetKey(java.lang.String key)Sets the key of this key label pairvoidsetLabel(java.lang.String label)Sets the label of this key label pair
-
-
-
Method Detail
-
getKey
public java.lang.String getKey()
Description copied from interface:KeyLabelGets the key of this key label pair
-
setKey
public void setKey(java.lang.String key)
Description copied from interface:KeyLabelSets the key of this key label pair
-
getLabel
public java.lang.String getLabel()
Description copied from interface:KeyLabelGets the label of this key label pair
-
-