org.starhope.appius.sys.admin
Class Provision

java.lang.Object
  extended by BaseDatum
      extended by org.starhope.appius.sys.admin.Provision

public class Provision
extends BaseDatum

Author:
brpocock

Field Summary
(package private)  String code
           
private static long serialVersionUID
           
(package private)  String title
           
 
Constructor Summary
Provision()
           
 
Method Summary
 String getCode()
           
 String getTitle()
           
 void set(org.json.JSONObject o)
           
 void setCode(String newCode)
           
 void setTitle(String newTitle)
           
 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

code

String code

title

String title
Constructor Detail

Provision

public Provision()
Method Detail

getCode

public String getCode()

getTitle

public String getTitle()

set

public void set(org.json.JSONObject o)
See Also:
CastsToJSON.set(org.json.JSONObject)

setCode

public void setCode(String newCode)

setTitle

public void setTitle(String newTitle)

toJSON

public org.json.JSONObject toJSON()