Package de.xima.fc.workflow
Class SearchTerm
- java.lang.Object
-
- de.xima.fc.workflow.SearchTerm
-
- All Implemented Interfaces:
Serializable
public final class SearchTerm extends Object implements Serializable
Simple POJO class for a search term with string key and a string value.- Since:
- 7.0.0
- Author:
- XIMA MEDIA GmbH
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SearchTerm(String key, String value)
-