Class AdminsToNotifyCacheKey
- java.lang.Object
-
- org.cyclos.impl.utils.notifications.AdminsToNotifyCacheKey
-
- All Implemented Interfaces:
Serializable
public class AdminsToNotifyCacheKey extends Object implements Serializable
Indicates an administrator's notification type and target entity- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AdminsToNotifyCacheKey(AdminNotificationType notificationType, Long networkId, Object filter)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)SerializablegetFilter()LonggetNetworkId()AdminNotificationTypegetNotificationType()inthashCode()booleanmatchesNetwork(Long networkId)StringtoString()
-
-
-
Constructor Detail
-
AdminsToNotifyCacheKey
public AdminsToNotifyCacheKey(AdminNotificationType notificationType, Long networkId, Object filter)
-
-
Method Detail
-
getFilter
public Serializable getFilter()
-
getNetworkId
public Long getNetworkId()
-
getNotificationType
public AdminNotificationType getNotificationType()
-
matchesNetwork
public boolean matchesNetwork(Long networkId)
-
-