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