Package com.ads.api.beans.bgm
Class BusinessRule
java.lang.Object
com.ads.api.beans.common.Node
com.ads.api.beans.bgm.BusinessObject
com.ads.api.beans.bgm.BusinessRule
This class provides some beans control methods related to Business Rule such
as status and user defined fields etc..
-
Nested Class Summary
Nested classes/interfaces inherited from class com.ads.api.beans.common.Node
Node.Depth, Node.InputDataType, Node.NodeType, Node.ReturnType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the criticality of the business rule.getNotes()Returns the notes related to the business object.Returns the objective of the business ruleReturns the publish status of the business ruleReturns the status of the business rule.voidsetCriticality(String criticality) Sets the criticality of the business rule as specified.voidSets the notes to the business object as Specified.voidsetObjective(String objective) Sets the objective of the business rule as specifiedvoidsetPublish(String publish) Sets the publish status of the business rule.voidSets the status of the business rule.toString()Methods inherited from class com.ads.api.beans.bgm.BusinessObject
addSDIClassification, getAssetType, getAuditHistory, getCatalogId, getDefinition, getDescription, getFields, getFieldValue, getId, getName, getObjectTypeId, getSDIClassifications, getWorkflowStatus, isSdiFlag, setAssetType, setAuditHistory, setCatalogId, setDefinition, setDescription, setFields, setFieldValue, setId, setName, setSDIClassifications, setSdiFlag, setWorkflowStatusMethods inherited from class com.ads.api.beans.common.Node
addChildNode, getChildNodes, getEndPointType, getNodeId, getNodeType, setChildNodes, setEndPointType, setNodeId, setNodeType, setObjectTypeId
-
Constructor Details
-
BusinessRule
public BusinessRule()
-
-
Method Details
-
getObjective
Returns the objective of the business rule- Returns:
- objective String
-
setObjective
Sets the objective of the business rule as specified- Parameters:
objective- String
-
getStatus
Returns the status of the business rule.- Returns:
- status String
-
setStatus
Sets the status of the business rule.- Parameters:
status- String
-
getCriticality
Returns the criticality of the business rule.- Returns:
- criticality String.
-
setCriticality
Sets the criticality of the business rule as specified.- Parameters:
criticality- String
-
getPublish
Returns the publish status of the business rule- Returns:
- publish String
-
setPublish
Sets the publish status of the business rule.- Parameters:
publish- String.
-
getNotes
Returns the notes related to the business object.- Returns:
- notes String
-
setNotes
Sets the notes to the business object as Specified.- Parameters:
notes- String
-
toString
- Overrides:
toStringin classBusinessObject
-