org.starhope.appius.sys.op
Class WatchWord

java.lang.Object
  extended by BaseDatum
      extended by org.starhope.appius.sys.op.WatchWord

public class WatchWord
extends BaseDatum

Author:
brpocock

Field Summary
private static long serialVersionUID
           
 
Constructor Summary
WatchWord()
           
 
Method Summary
 void set(org.json.JSONObject o)
           
 org.json.JSONObject toJSON()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values
Constructor Detail

WatchWord

public WatchWord()
Method Detail

set

public void set(org.json.JSONObject o)
See Also:
org.starhope.appius.util.BaseDatum#set(org.json.JSONObject)

toJSON

public org.json.JSONObject toJSON()
See Also:
org.starhope.appius.util.BaseDatum#toJSON()