com.stimulsoft.report
Class StiBase
java.lang.Object
com.stimulsoft.base.serializing.StiSerializedObject
com.stimulsoft.base.services.StiService
com.stimulsoft.report.StiBase
- All Implemented Interfaces:
- IStiSerializable, IStiSerializableRef, IStiName, java.lang.Cloneable
- Direct Known Subclasses:
- StiComponent
public abstract class StiBase
- extends StiService
- implements IStiName
The base class for report components.
Method Summary |
java.lang.String |
getLocalizedCategory()
Gets a localized name of the component category. |
java.lang.String |
getLocalizedName()
Gets a localized component name. |
java.lang.String |
getName()
Gets or sets a component name. |
java.lang.String |
getServiceName()
Gets a service name. |
void |
setName(java.lang.String value)
|
Methods inherited from class com.stimulsoft.base.services.StiService |
clone, getProperties, getServiceCategory, getServiceEnabled, getServiceInfo, getServiceType, isPropertyPresent, MemberwiseClone, packService, properties, setProperties, setServiceEnabled |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StiBase
public StiBase()
getName
public java.lang.String getName()
- Gets or sets a component name.
- Specified by:
getName
in interface IStiName
setName
public void setName(java.lang.String value)
- Specified by:
setName
in interface IStiName
getLocalizedName
public java.lang.String getLocalizedName()
- Gets a localized component name.
getServiceName
public java.lang.String getServiceName()
- Gets a service name.
- Overrides:
getServiceName
in class StiService
getLocalizedCategory
public java.lang.String getLocalizedCategory()
- Gets a localized name of the component category.