Package org.localify.user.support
Class UserRecentVenueView.Key
java.lang.Object
org.localify.user.support.UserRecentVenueView.Key
- All Implemented Interfaces:
Serializable
- Enclosing class:
- UserRecentVenueView
Represents the composite key for a user recent venue view.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Key
protected Key()Default constructor. -
Key
Creates a new key.- Parameters:
userId- The user ID.venueId- The venue ID.
-
-
Method Details
-
getUserId
Gets the user ID.- Returns:
- The user ID.
-
setUserId
Sets the user ID.- Parameters:
userId- The user ID.
-
getVenueId
Gets the venue ID.- Returns:
- The venue ID.
-
setVenueId
Sets the venue ID.- Parameters:
venueId- The venue ID.
-
equals
-
hashCode
public int hashCode()
-