Interface IStiBusinessObject
- All Superinterfaces:
IStiEnumerator
- All Known Implementing Classes:
StiChart,StiCrossDataBand,StiCrossTab,StiDataBand,StiHierarchicalBand,StiTable,StiTableOfContents
Inteface describes a business object in the component.
-
Method Summary
Modifier and TypeMethodDescriptionGets Business Object.Gets or sets the guid of Business Object.booleanReturns true if Business Object property is not assigned.voidsetBusinessObjectGuid(String value) Methods inherited from interface com.stimulsoft.report.dictionary.IStiEnumerator
First, getCount, getIsBof, getIsEmpty, getIsEof, getPosition, Last, Next, Prior, setIsBof, setIsEof, setPosition
-
Method Details
-
getBusinessObject
StiBusinessObject getBusinessObject()Gets Business Object. -
getBusinessObjectGuid
String getBusinessObjectGuid()Gets or sets the guid of Business Object. -
setBusinessObjectGuid
-
getIsBusinessObjectEmpty
boolean getIsBusinessObjectEmpty()Returns true if Business Object property is not assigned.
-