Package org.apache.unomi.api
Class Topic
- java.lang.Object
-
- org.apache.unomi.api.Item
-
- org.apache.unomi.api.Topic
-
- All Implemented Interfaces:
Serializable
public class Topic extends Item
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Topic()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getName()
String
getTopicId()
void
setName(String name)
void
setTopicId(String topicId)
String
toString()
-
Methods inherited from class org.apache.unomi.api.Item
equals, getItemId, getItemType, getItemType, getScope, getSystemMetadata, getVersion, hashCode, setItemId, setItemType, setScope, setSystemMetadata, setVersion
-
-
-
-
Field Detail
-
ITEM_TYPE
public static final String ITEM_TYPE
- See Also:
- Constant Field Values
-
-