public class WidgetBean extends Object
Constructor and Description |
---|
WidgetBean() |
WidgetBean(org.json.simple.JSONObject json) |
Modifier and Type | Method and Description |
---|---|
org.json.simple.JSONObject |
deserialize() |
String |
getCategories() |
String |
getDescription() |
String |
getId() |
ParametersBean[] |
getParameters() |
int |
getRefresh() |
String |
getTitle() |
String |
getUrl() |
String |
getVersion() |
void |
setCategories(String categories) |
void |
setDescription(String description) |
void |
setId(String id) |
void |
setParameters(ParametersBean[] p) |
void |
setRefresh(int refresh) |
void |
setTitle(String title) |
void |
setUrl(String url) |
void |
setVersion(String version) |
void |
update() |
public WidgetBean()
public WidgetBean(org.json.simple.JSONObject json) throws ParseException
ParseException
public String getId()
public String getTitle()
public String getVersion()
public String getCategories()
public String getUrl()
public String getDescription()
public int getRefresh()
public ParametersBean[] getParameters()
public void setId(String id)
public void setUrl(String url)
public void setTitle(String title)
public void setDescription(String description)
public void setVersion(String version)
public void setCategories(String categories)
public void setRefresh(int refresh)
public void setParameters(ParametersBean[] p)
public void update()
public org.json.simple.JSONObject deserialize()
Copyright © 2014 Apache Software Foundation. All Rights Reserved.