Class IDLabelImpl
- java.lang.Object
-
- com.priint.pubserver.metadata.xml.element.IDLabelImpl
-
- All Implemented Interfaces:
IDLabel,java.io.Serializable
public class IDLabelImpl extends java.lang.Object implements java.io.Serializable, IDLabel
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IDLabelImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetKey()Gets the key.java.lang.StringgetValue()Gets the value.voidsetKey(java.lang.String key)Sets the key.voidsetValue(java.lang.String value)Sets the value.
-
-
-
Method Detail
-
getKey
public java.lang.String getKey()
Description copied from interface:IDLabelGets the key.
-
setKey
public void setKey(java.lang.String key)
Description copied from interface:IDLabelSets the key.
-
getValue
public java.lang.String getValue()
Description copied from interface:IDLabelGets the value.
-
-