org.outerj.daisy.emailnotifier
Class CollectionSubscriptionKey
java.lang.Object
org.outerj.daisy.emailnotifier.CollectionSubscriptionKey
- All Implemented Interfaces:
- java.lang.Comparable
- public class CollectionSubscriptionKey
- extends java.lang.Object
- implements java.lang.Comparable
Identifies a subscription for document in a certain collection
belonging to a certain branch/langauge.
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
CollectionSubscriptionKey
public CollectionSubscriptionKey(long collectionId,
long branchId,
long languageId)
getCollectionId
public long getCollectionId()
getBranchId
public long getBranchId()
getLanguageId
public long getLanguageId()
hashCode
public int hashCode()
equals
public boolean equals(java.lang.Object obj)
compareTo
public int compareTo(java.lang.Object o)
- Specified by:
compareTo
in interface java.lang.Comparable
Copyright © -2005 . All Rights Reserved.