com.stimulsoft.report
Class StiBase

java.lang.Object
  extended by com.stimulsoft.base.serializing.StiSerializedObject
      extended by com.stimulsoft.base.services.StiService
          extended by 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.


Field Summary
 
Fields inherited from interface com.stimulsoft.base.serializing.interfaceobject.IStiSerializableRef
REFERENCE_EMPTY, REFERENCE_REPORT
 
Constructor Summary
StiBase()
           
 
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 com.stimulsoft.base.serializing.StiSerializedObject
cleanReference, getReference, setReference
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StiBase

public StiBase()
Method Detail

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.