Package 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,Cloneable
- Direct Known Subclasses:
StiComponent
The base class for report components.
-
Field Summary
Fields inherited from class com.stimulsoft.base.services.StiService
propertiesFields inherited from interface com.stimulsoft.base.serializing.interfaceobject.IStiSerializableRef
REFERENCE_EMPTY, REFERENCE_REPORT -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets a localized name of the component category.Gets a localized component name.getName()Gets or sets a component name.Gets a service name.voidMethods inherited from class com.stimulsoft.base.services.StiService
clone, getProperties, getServiceCategory, getServiceEnabled, getServiceInfo, getServiceType, isPropertyPresent, MemberwiseClone, packService, properties, setProperties, setServiceEnabledMethods inherited from class com.stimulsoft.base.serializing.StiSerializedObject
cleanReference, getReference, setReference
-
Constructor Details
-
StiBase
public StiBase()
-
-
Method Details
-
getName
Gets or sets a component name. -
setName
-
getLocalizedName
Gets a localized component name. -
getServiceName
Gets a service name.- Overrides:
getServiceNamein classStiService
-
getLocalizedCategory
Gets a localized name of the component category.
-