Package systems.dmx.core.service
Class ChangeReport.Change
- java.lang.Object
-
- systems.dmx.core.service.ChangeReport.Change
-
- All Implemented Interfaces:
JSONEnabled
- Enclosing interface:
- ChangeReport
public static class ChangeReport.Change extends Object implements JSONEnabled
-
-
Field Summary
Fields Modifier and Type Field Description Topic
newValue
RelatedTopic
oldValue
-
Constructor Summary
Constructors Constructor Description Change(Topic newValue, RelatedTopic oldValue)
-
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
-
-
-
-
Field Detail
-
newValue
public Topic newValue
-
oldValue
public RelatedTopic oldValue
-
-
Constructor Detail
-
Change
public Change(Topic newValue, RelatedTopic oldValue)
-
-
Method Detail
-
toJSON
public org.codehaus.jettison.json.JSONObject toJSON()
- Specified by:
toJSON
in interfaceJSONEnabled
-
-