-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
IDLabelImpl
public IDLabelImpl()
-
Method Details
-
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
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