|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectnet.sf.jagzilla.hibernate.WatchPrimaryKey
represents the primary key for the class Watch.
Watch,
Serialized Form| Constructor Summary | |
WatchPrimaryKey()
|
|
| Method Summary | |
boolean |
equals(java.lang.Object o)
Returns true if this WatchPrimaryKey is equal to another object. |
boolean |
equals(WatchPrimaryKey o)
Returns true if this WatchPrimaryKey is equal to another WatchPrimaryKey. |
int |
getWatched()
|
int |
getWatcher()
|
int |
hashCode()
Override hashCode. |
void |
setWatched(int watched)
|
void |
setWatcher(int watcher)
|
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public WatchPrimaryKey()
| Method Detail |
public int getWatched()
public void setWatched(int watched)
watched - The watched to set.public int getWatcher()
public void setWatcher(int watcher)
watcher - The watcher to set.public java.lang.String toString()
public int hashCode()
public boolean equals(java.lang.Object o)
public boolean equals(WatchPrimaryKey o)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||