|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.fusioncharts.sampledata.BasicRenderData
public class BasicRenderData
Bean containing sample chart data. Default values for all the fields have been set. These can be changed using the set methods. This class has been used as a backing bean in JSP examples.
Field Summary | |
---|---|
protected java.lang.String |
chartId
|
protected java.lang.String |
height
|
protected java.lang.String |
jsonUrl
|
protected java.lang.String |
swfFilename
|
protected java.lang.String |
uniqueId
|
protected java.lang.String |
url
|
protected java.lang.String |
width
|
protected java.lang.String |
xml
|
Constructor Summary | |
---|---|
BasicRenderData()
Constructor - constructs the xml string |
Method Summary | |
---|---|
java.lang.String |
getChartId()
Returns the value in the field chartId |
java.lang.String |
getHeight()
Returns the value in the field height |
java.lang.String |
getJsonUrl()
Returns the value in the field jsonUrl |
java.lang.String |
getSwfFilename()
Returns the value in the field swfFilename |
java.lang.String |
getUniqueId()
Returns a UniqueId |
java.lang.String |
getUrl()
Returns the value in the field url |
java.lang.String |
getWidth()
Returns the value in the field width |
java.lang.String |
getXml()
Returns the value in the field xml |
void |
setChartId(java.lang.String chartId)
Sets the value for chartId |
void |
setHeight(java.lang.String height)
Sets the value for height |
void |
setJsonUrl(java.lang.String jsonUrl)
Sets the value for jsonUrl |
void |
setSwfFilename(java.lang.String swfFilename)
Sets the value for swfFilename |
void |
setUniqueId(java.lang.String uniqueId)
Sets the value for uniqueId |
void |
setUrl(java.lang.String url)
Sets the value for url |
void |
setWidth(java.lang.String width)
Sets the value for width |
void |
setXml(java.lang.String xml)
Sets the value for xml |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected java.lang.String xml
protected java.lang.String chartId
protected java.lang.String url
protected java.lang.String jsonUrl
protected java.lang.String width
protected java.lang.String height
protected java.lang.String swfFilename
protected java.lang.String uniqueId
Constructor Detail |
---|
public BasicRenderData()
Method Detail |
---|
public java.lang.String getChartId()
public java.lang.String getHeight()
public java.lang.String getJsonUrl()
public java.lang.String getSwfFilename()
public java.lang.String getUniqueId()
public java.lang.String getUrl()
public java.lang.String getWidth()
public java.lang.String getXml()
public void setChartId(java.lang.String chartId)
chartId
- the chartId to setpublic void setHeight(java.lang.String height)
height
- the height to setpublic void setJsonUrl(java.lang.String jsonUrl)
jsonUrl
- the jsonUrl to setpublic void setSwfFilename(java.lang.String swfFilename)
swfFilename
- the swfFilename to setpublic void setUniqueId(java.lang.String uniqueId)
uniqueId
- the uniqueId to setpublic void setUrl(java.lang.String url)
url
- the url to setpublic void setWidth(java.lang.String width)
width
- the width to setpublic void setXml(java.lang.String xml)
xml
- the xml to set
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |