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:
java.io.Serializable
Enclosing class:
CacheBackedNotificationDao

public static final class CacheBackedNotificationDao.CacheKey
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
CacheBackedNotificationDao.CacheKey(java.lang.String username, long contentId)
           
 
Method Summary
 boolean equals(java.lang.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(java.lang.String username,
                                           long contentId)
Method Detail

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object


Copyright © 2003-2014 Atlassian. All Rights Reserved.