Packagestimulsoft.report
Classpublic class StiBase
InheritanceStiBase Inheritance StiService Inheritance StiObject Inheritance Object
Implements IStiName, IStiRef
Subclasses StiComponent



Public Properties
 PropertyDefined By
  localizedCategory : String
[read-only] Gets a localized name of the component category.
StiBase
  localizedName : String
[read-only] Gets a localized component name.
StiBase
  name : String
Gets or sets a component name.
StiBase
 Inheritedproperties : StiRepositoryItems
StiService
  ref : int
StiBase
 InheritedserviceCategory : String
[read-only] Gets a service category.
StiService
 InheritedserviceInfo : String
[read-only] Gets a service description.
StiService
  serviceName : String
[override] [read-only] Gets a service name.
StiBase
 InheritedserviceType : Class
[read-only] Gets a service type.
StiService
Public Methods
 MethodDefined By
  
StiBase
 Inherited
clone(... args):Object
[override] Creates a new object that is a copy of the current instance.
StiService
  
equals(object:Object):Boolean
[override]
StiBase
 Inherited
Get a short object type name (without library path).
StiObject
 Inherited
getType():Class
StiObject
 Inherited
getTypeName():String
StiObject
 Inherited
isSimple(object:*):Boolean
[static]
StiObject
  
[override]
StiBase
 Inherited
StiService
Property Detail
localizedCategoryproperty
localizedCategory:String  [read-only]

Gets a localized name of the component category.


Implementation
    public function get localizedCategory():String
localizedNameproperty 
localizedName:String  [read-only]

Gets a localized component name.


Implementation
    public function get localizedName():String
nameproperty 
name:String

Gets or sets a component name.


Implementation
    public function get name():String
    public function set name(value:String):void
refproperty 
ref:int


Implementation
    public function get ref():int
    public function set ref(value:int):void
serviceNameproperty 
serviceName:String  [read-only] [override]

Gets a service name.


Implementation
    public function get serviceName():String
Constructor Detail
StiBase()Constructor
public function StiBase()



Method Detail
equals()method
override public function equals(object:Object):Boolean

Parameters

object:Object

Returns
Boolean
memberwiseClone()method 
override public function memberwiseClone():Object

Returns
Object