Package com.javahollic.jira.emh.api
Class KeyValuePair
- java.lang.Object
-
- com.javahollic.jira.emh.api.KeyValuePair
-
- All Implemented Interfaces:
Serializable
public class KeyValuePair extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description KeyValuePair()
KeyValuePair(String key, String value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getKey()
String
getValue()
void
setKey(String key)
void
setValue(String value)
-