public class Notice<T extends java.io.Serializable>
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
Notice() |
Notice(java.lang.String topic,
T userObject) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getTopic() |
T |
getUserObject() |
void |
setTopic(java.lang.String topic) |
void |
setUserObject(T content) |
public Notice()
public Notice(java.lang.String topic,
T userObject)