com.stimulsoft.report.reportresources
Class StiReportResource
java.lang.Object
com.stimulsoft.report.reportresources.StiReportResource
- All Implemented Interfaces:
- IStiJsonReportObject
public class StiReportResource
- extends java.lang.Object
- implements IStiJsonReportObject
Copyright Stimulsoft
Constructor Summary |
StiReportResource(java.lang.String resource,
java.lang.String component,
java.lang.String property)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
resource
public java.lang.String resource
component
public java.lang.String component
property
public java.lang.String property
StiReportResource
public StiReportResource(java.lang.String resource,
java.lang.String component,
java.lang.String property)
SaveToJsonObject
public JSONObject SaveToJsonObject(StiJsonSaveMode mode)
throws JSONException
- Specified by:
SaveToJsonObject
in interface IStiJsonReportObject
- Throws:
JSONException
LoadFromJsonObject
public void LoadFromJsonObject(JSONObject jObject)
throws JSONException
- Specified by:
LoadFromJsonObject
in interface IStiJsonReportObject
- Throws:
JSONException
clone
public java.lang.Object clone()
- Creates a new object that is a copy of the current instance.
- Overrides:
clone
in class java.lang.Object