Class SearchHistoryPK
- java.lang.Object
-
- com.funnelback.publicui.search.model.transaction.session.SearchHistoryPK
-
- All Implemented Interfaces:
Serializable
public class SearchHistoryPK extends Object implements Serializable
Internal Primary Key class forSearchHistory
- Since:
- v12.5
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private String
collection
private int
searchParamsSignature
private static long
serialVersionUID
private String
userId
-
Constructor Summary
Constructors Constructor Description SearchHistoryPK()
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
userId
private String userId
- See Also:
SearchHistory.userId
-
collection
private String collection
- See Also:
SearchHistory.collection
-
searchParamsSignature
private int searchParamsSignature
- See Also:
SearchHistory.searchParamsSignature
-
-