|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.anidb.Notification
public abstract class Notification
A single notification.
| Constructor Summary | |
|---|---|
Notification(NotificationListEntry entry)
Creates a notification. |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
|
NotificationListEntry |
getEntry()
Returns the notification list entry. |
int |
hashCode()
|
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Notification(NotificationListEntry entry)
entry - The notification list entry.
java.lang.IllegalArgumentException - If the notification list entry is
null.| Method Detail |
|---|
public NotificationListEntry getEntry()
public int hashCode()
hashCode in class java.lang.Objectpublic 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 | |||||||||