|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.stratelia.silverpeas.notificationserver.channel.server.SilverMessage
public class SilverMessage
Constructor Summary | |
---|---|
SilverMessage(String what)
-------------------------------------------------------------------------- constructor constructor |
|
SilverMessage(String what,
String content)
-------------------------------------------------------------------------- constructor constructor |
Method Summary | |
---|---|
String |
getContent()
-------------------------------------------------------------------------- getContent return content |
String |
getID()
-------------------------------------------------------------------------- setContent get the ID |
String |
getWhat()
-------------------------------------------------------------------------- getWhat return what |
void |
setContent(String content)
-------------------------------------------------------------------------- setContent set the content |
void |
setID(String ID)
-------------------------------------------------------------------------- setContent set the ID |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SilverMessage(String what, String content)
public SilverMessage(String what)
Method Detail |
---|
public String getWhat()
public String getContent()
public void setContent(String content)
public void setID(String ID)
public String getID()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |