Interface IDLabel
-
- All Superinterfaces:
java.io.Serializable
- All Known Implementing Classes:
IDLabelImpl
public interface IDLabel extends java.io.SerializableThe Interface IDLabel.
-
-
Method Summary
All Methods Instance Methods Abstract 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
java.lang.String getKey()
Gets the key.- Returns:
- the key
-
setKey
void setKey(java.lang.String key)
Sets the key.- Parameters:
key- the key to set
-
getValue
java.lang.String getValue()
Gets the value.- Returns:
- the value
-
setValue
void setValue(java.lang.String value)
Sets the value.- Parameters:
value- the value to set
-
-