wt.notify
Class NotificationListCacheKey

java.lang.Object
  extended bywt.notify.NotificationListCacheKey
All Implemented Interfaces:
Serializable

class NotificationListCacheKey
extends Object
implements Serializable


Field Summary
private  String eventKey
           
private  ObjectIdentifier ownerOID
           
private  String stateName
           
private  String typeId
           
 
Constructor Summary
(package private) NotificationListCacheKey(Selector selector)
           
 
Method Summary
 boolean equals(Object rhsObj)
           
 String getEventKey()
           
 ObjectIdentifier getOwnerOID()
           
 String getStateName()
           
 String getTypeId()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

ownerOID

private ObjectIdentifier ownerOID

eventKey

private String eventKey

stateName

private String stateName

typeId

private String typeId
Constructor Detail

NotificationListCacheKey

NotificationListCacheKey(Selector selector)
Method Detail

getOwnerOID

public ObjectIdentifier getOwnerOID()

getEventKey

public String getEventKey()

getStateName

public String getStateName()

getTypeId

public String getTypeId()

equals

public boolean equals(Object rhsObj)

hashCode

public int hashCode()

toString

public String toString()