Class ServerMsg
- java.lang.Object
-
- org.silverpeas.core.notification.user.server.channel.server.ServerMsg
-
public class ServerMsg extends Object
- Author:
- neysseri
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getContent()
-------------------------------------------------------------------------- getContent return contentString
getID()
-------------------------------------------------------------------------- setContent get the IDString
getWhat()
-------------------------------------------------------------------------- getWhat return whatvoid
setContent(String content)
-------------------------------------------------------------------------- setContent set the contentvoid
setID(String id)
-------------------------------------------------------------------------- setContent set the ID
-
-
-
Method Detail
-
getWhat
public String getWhat()
-------------------------------------------------------------------------- getWhat return what
-
getContent
public String getContent()
-------------------------------------------------------------------------- getContent return content
-
setContent
public void setContent(String content)
-------------------------------------------------------------------------- setContent set the content
-
setID
public void setID(String id)
-------------------------------------------------------------------------- setContent set the ID
-
getID
public String getID()
-------------------------------------------------------------------------- setContent get the ID
-
-