Package systems.dmx.core.service
Class TopicResult
- java.lang.Object
-
- systems.dmx.core.service.TopicResult
-
- All Implemented Interfaces:
JSONEnabled
public class TopicResult extends Object implements JSONEnabled
-
-
Field Summary
Fields Modifier and Type Field Description String
query
boolean
searchChildTopics
List<Topic>
topics
String
topicTypeUri
-
Constructor Summary
Constructors Constructor Description TopicResult(String query, String topicTypeUri, boolean searchChildTopics, List<Topic> topics)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.codehaus.jettison.json.JSONObject
toJSON()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface systems.dmx.core.JSONEnabled
dump
-
-
-
-
Method Detail
-
toJSON
public org.codehaus.jettison.json.JSONObject toJSON()
- Specified by:
toJSON
in interfaceJSONEnabled
-
-