Package org.cyclos.impl.users
Class GroupsCacheKey
- java.lang.Object
-
- org.cyclos.impl.users.GroupsCacheKey
-
- All Implemented Interfaces:
Serializable
public class GroupsCacheKey extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GroupsCacheKey(Long networkId, Long groupId, Set<Long> productIds)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)LonggetGroupId()LonggetNetworkId()Long[]getProductIds()inthashCode()booleanmatchesNetwork(Long networkId)
-