Class StiGlobalizationItem
java.lang.Object
com.stimulsoft.report.globalization.StiGlobalizationItem
- All Implemented Interfaces:
IStiJsonReportObject,IStiSerializable,IStiSerializableToString
public class StiGlobalizationItem
extends Object
implements IStiSerializable, IStiSerializableToString, IStiJsonReportObject
Copyright Stimulsoft
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddeserialize(String strObject) getText()voidLoadFromJsonObject(JSONObject jObject) voidsetPropertyName(String propertyName) voidtoString()
-
Constructor Details
-
StiGlobalizationItem
public StiGlobalizationItem() -
StiGlobalizationItem
-
-
Method Details
-
toString
-
getPropertyName
- Returns:
- the propertyName
-
setPropertyName
- Parameters:
propertyName- the propertyName to set
-
getText
- Returns:
- the text
-
setText
- Parameters:
text- the text to set
-
serialize
- Specified by:
serializein interfaceIStiSerializableToString
-
deserialize
- Specified by:
deserializein interfaceIStiSerializableToString
-
SaveToJsonObject
- Specified by:
SaveToJsonObjectin interfaceIStiJsonReportObject- Throws:
JSONException
-
LoadFromJsonObject
- Specified by:
LoadFromJsonObjectin interfaceIStiJsonReportObject- Throws:
JSONException
-