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 Details

    • getBusinessObject

      StiBusinessObject getBusinessObject()
      Gets Business Object.
    • getBusinessObjectGuid

      String getBusinessObjectGuid()
      Gets or sets the guid of Business Object.
    • setBusinessObjectGuid

      void setBusinessObjectGuid(String value)
    • getIsBusinessObjectEmpty

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