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 StringgetKey()StringgetValue()voidsetKey(String key)voidsetValue(String value)
-