com.stimulsoft.report.globalization
Class StiGlobalizationItem
java.lang.Object
com.stimulsoft.report.globalization.StiGlobalizationItem
- All Implemented Interfaces:
- IStiJsonReportObject, IStiSerializable, IStiSerializableToString
public class StiGlobalizationItem
- extends java.lang.Object
- implements IStiSerializable, IStiSerializableToString, IStiJsonReportObject
Copyright Stimulsoft
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
StiGlobalizationItem
public StiGlobalizationItem()
StiGlobalizationItem
public StiGlobalizationItem(java.lang.String propertyName,
java.lang.String text)
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
getPropertyName
public java.lang.String getPropertyName()
- Returns:
- the propertyName
setPropertyName
public void setPropertyName(java.lang.String propertyName)
- Parameters:
propertyName
- the propertyName to set
getText
public java.lang.String getText()
- Returns:
- the text
setText
public void setText(java.lang.String text)
- Parameters:
text
- the text to set
serialize
public java.lang.String serialize()
- Description copied from interface:
IStiSerializableToString
- Сериализация объекта в строку.
- Specified by:
serialize
in interface IStiSerializableToString
- Returns:
- строковое представление объекта
deserialize
public void deserialize(java.lang.String strObject)
- Description copied from interface:
IStiSerializableToString
- Десериализация объекта из строки. Все свойства объекта устанавливаются за счет распарсивания
строки.
- Specified by:
deserialize
in interface IStiSerializableToString
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