com.stimulsoft.report.reportresources
Class StiReportResource

java.lang.Object
  extended by com.stimulsoft.report.reportresources.StiReportResource
All Implemented Interfaces:
IStiJsonReportObject

public class StiReportResource
extends java.lang.Object
implements IStiJsonReportObject

Copyright Stimulsoft


Field Summary
 java.lang.String component
           
 java.lang.String property
           
 java.lang.String resource
           
 
Constructor Summary
StiReportResource(java.lang.String resource, java.lang.String component, java.lang.String property)
           
 
Method Summary
 java.lang.Object clone()
          Creates a new object that is a copy of the current instance.
 void LoadFromJsonObject(JSONObject jObject)
           
 JSONObject SaveToJsonObject(StiJsonSaveMode mode)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

resource

public java.lang.String resource

component

public java.lang.String component

property

public java.lang.String property
Constructor Detail

StiReportResource

public StiReportResource(java.lang.String resource,
                         java.lang.String component,
                         java.lang.String property)
Method Detail

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