org.mobicents.slee.sippresence.server.subscription.rules
Class PresRuleCMPKey

java.lang.Object
  extended by org.mobicents.slee.sippresence.server.subscription.rules.PresRuleCMPKey
All Implemented Interfaces:
java.io.Serializable

public class PresRuleCMPKey
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
PresRuleCMPKey(java.lang.String subscriber, Notifier notifier, SubscriptionKey subscriptionKey)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 Notifier getNotifier()
           
 java.lang.String getSubscriber()
           
 SubscriptionKey getSubscriptionKey()
           
 int hashCode()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PresRuleCMPKey

public PresRuleCMPKey(java.lang.String subscriber,
                      Notifier notifier,
                      SubscriptionKey subscriptionKey)
Method Detail

getNotifier

public Notifier getNotifier()

getSubscriber

public java.lang.String getSubscriber()

getSubscriptionKey

public SubscriptionKey getSubscriptionKey()

hashCode

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

equals

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

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2011. All Rights Reserved.