com.stimulsoft.report.components.interfaces
Interface IStiBusinessObject

All Superinterfaces:
IStiEnumerator
All Known Implementing Classes:
StiChart, StiCrossDataBand, StiCrossTab, StiDataBand, StiHierarchicalBand, StiTable, StiTableOfContents

public interface IStiBusinessObject
extends IStiEnumerator

Inteface describes a business object in the component.


Method Summary
 StiBusinessObject getBusinessObject()
          Gets Business Object.
 java.lang.String getBusinessObjectGuid()
          Gets or sets the guid of Business Object.
 boolean getIsBusinessObjectEmpty()
          Returns true if Business Object property is not assigned.
 void setBusinessObjectGuid(java.lang.String value)
           
 
Methods inherited from interface com.stimulsoft.report.dictionary.IStiEnumerator
First, getCount, getIsBof, getIsEmpty, getIsEof, getPosition, Last, Next, Prior, setIsBof, setIsEof, setPosition
 

Method Detail

getBusinessObject

StiBusinessObject getBusinessObject()
Gets Business Object.


getBusinessObjectGuid

java.lang.String getBusinessObjectGuid()
Gets or sets the guid of Business Object.


setBusinessObjectGuid

void setBusinessObjectGuid(java.lang.String value)

getIsBusinessObjectEmpty

boolean getIsBusinessObjectEmpty()
Returns true if Business Object property is not assigned.