|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--com.starbase.starteam.NotificationItem
This class bundles together information about new "notification" items of a particular type in a particular view that the user may be interested in knowing about.
| Method Summary | |
boolean |
equals(java.lang.Object source)
returns true if this object instance is equal to the source |
int |
getItemID()
Returns the notification item's item ID. |
int |
getItemObjectID()
Returns the notification item's object ID. |
int |
getParentFolderItemID()
Returns the item ID of the notification item's parent folder. |
Type |
getType()
Returns the type of the notification item. |
View |
getView()
Returns the view in which the notification item lives. |
int |
hashCode()
returns a unique hash for all instances of this type |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
| Method Detail |
public View getView()
public Type getType()
public int getItemID()
Item.getItemID()public int getParentFolderItemID()
Item.getParentFolder(),
Item.getItemID()public int getItemObjectID()
Item.getObjectID()public java.lang.String toString()
toString in class java.lang.Objectpublic boolean equals(java.lang.Object source)
equals in class java.lang.Objectsource - Object the source to comapre with
public int hashCode()
hashCode in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||