Class SearchUser
- java.lang.Object
-
- com.funnelback.publicui.search.model.transaction.session.SearchUser
-
- All Implemented Interfaces:
Serializable
public class SearchUser extends Object implements Serializable
User performing the search.- Since:
- v12.4
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private String
id
Unique identifier of the userprivate static long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description SearchUser()
SearchUser(String id)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getId()
Unique identifier of the uservoid
setId(String id)
Unique identifier of the userString
toString()
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
id
private String id
Unique identifier of the user
-
-
Constructor Detail
-
SearchUser
public SearchUser(String id)
-
SearchUser
public SearchUser()
-
-