|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.anidb.NotificationListEntry
public class NotificationListEntry
A entry in a notify list.
Constructor Summary | |
---|---|
NotificationListEntry(java.lang.String type,
long id)
Creates an entry. |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
long |
getId()
Returns the notification Id. |
java.lang.String |
getType()
Returns the type. |
int |
hashCode()
|
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public NotificationListEntry(java.lang.String type, long id)
type
- The type.id
- The notification Id.
java.lang.IllegalArgumentException
- If the type is null
.Method Detail |
---|
public java.lang.String getType()
NotificationType
public long getId()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |