|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jboss.portlet.forums.impl.WatchImpl
Watchers for email notifications.
Field Summary | |
private java.lang.Integer |
id
. |
private int |
mode
. |
private Poster |
poster
. |
Constructor Summary | |
WatchImpl()
|
Method Summary | |
java.lang.Integer |
getId()
Return the watch ID. |
int |
getMode()
Return the mode. |
Poster |
getPoster()
Return the poster. |
private void |
setId(java.lang.Integer id)
Called by hibernate only. |
void |
setMode(int mode)
Set the mode. |
void |
setPoster(Poster poster)
Set the poster. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private java.lang.Integer id
private int mode
private Poster poster
Constructor Detail |
public WatchImpl()
Method Detail |
public java.lang.Integer getId()
private void setId(java.lang.Integer id)
public Poster getPoster()
Watch
public void setPoster(Poster poster)
public int getMode()
public void setMode(int mode)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |