com.atlassian.confluence.plugins.like.notifications.dao
Class CacheBackedNotificationDao.CacheKey

java.lang.Object
  extended by com.atlassian.confluence.plugins.like.notifications.dao.CacheBackedNotificationDao.CacheKey
All Implemented Interfaces:
Serializable
Enclosing class:
CacheBackedNotificationDao

public static final class CacheBackedNotificationDao.CacheKey
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
CacheBackedNotificationDao.CacheKey(String username, long contentId)
           
 
Method Summary
 boolean equals(Object obj)
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CacheBackedNotificationDao.CacheKey

public CacheBackedNotificationDao.CacheKey(String username,
                                           long contentId)
Method Detail

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2003-2013 Atlassian. All Rights Reserved.