public class ParametersBean extends Object
Constructor and Description |
---|
ParametersBean() |
ParametersBean(org.json.simple.JSONObject json) |
Modifier and Type | Method and Description |
---|---|
org.json.simple.JSONObject |
deserialize() |
String |
getCallback() |
String |
getControl() |
int |
getEdit() |
String |
getLabel() |
String |
getName() |
OptionBean[] |
getOptions() |
String |
getType() |
Collection<String> |
getValue() |
void |
setCallback(String callback) |
void |
setControl(String control) |
void |
setEdit(int edit) |
void |
setLabel(String label) |
void |
setName(String name) |
void |
setOptions(OptionBean[] options) |
void |
setType(String type) |
void |
setValue(Collection<String> value) |
public ParametersBean()
public ParametersBean(org.json.simple.JSONObject json) throws ParseException
ParseException
public String getName()
public String getType()
public Collection<String> getValue()
public String getControl()
public String getLabel()
public OptionBean[] getOptions()
public int getEdit()
public String getCallback()
public void setName(String name)
public void setType(String type)
public void setValue(Collection<String> value)
public void setControl(String control)
public void setLabel(String label)
public void setOptions(OptionBean[] options)
public void setEdit(int edit)
public void setCallback(String callback)
public org.json.simple.JSONObject deserialize()
Copyright © 2014 Apache Software Foundation. All Rights Reserved.