Class StiBusinessObjectData
java.lang.Object
com.stimulsoft.report.dictionary.businessObjects.StiBusinessObjectData
Copyright Stimulsoft
-
Constructor Summary
ConstructorsConstructorDescriptionStiBusinessObjectData(String category, String name, Object value) Creates new instance of StiBusinessObject class.StiBusinessObjectData(String category, String name, String alias, Object value) Creates new instance of StiBusinessObject class. -
Method Summary
Modifier and TypeMethodDescriptionfinal StringgetAlias()Gets or sets alias of business object.final ObjectGets or sets business object.final StringGets or sets category name of business object.final StringgetName()Gets or sets name of business object.final voidfinal voidsetBusinessObjectValue(Object value) final voidsetCategory(String value) final void
-
Constructor Details
-
StiBusinessObjectData
Creates new instance of StiBusinessObject class.- Parameters:
category- Category of business object.name- Name of business object.value- Business object.
-
StiBusinessObjectData
Creates new instance of StiBusinessObject class.- Parameters:
category- Category of business object.name- Name of business object.alias- Alias of business object.value- Business object.
-
-
Method Details
-
getCategory
Gets or sets category name of business object. -
setCategory
-
getName
Gets or sets name of business object. -
setName
-
getAlias
Gets or sets alias of business object. -
setAlias
-
getBusinessObjectValue
Gets or sets business object. -
setBusinessObjectValue
-