public class StageDataRuleDefinition extends Reference
stage_data_rule_definition asset type in IGC, displayed as 'Stage Data Rule Definition' in the IGC UI.
| Modifier and Type | Field and Description |
|---|---|
protected PublishedDataRuleDefinition |
basedOnRule |
protected String |
name |
protected Stage |
stage |
protected String |
stageLogic |
| Constructor and Description |
|---|
StageDataRuleDefinition() |
| Modifier and Type | Method and Description |
|---|---|
PublishedDataRuleDefinition |
getBasedOnRule()
Retrieve the
based_on_rule property (displayed as 'Based on Rule') of the object. |
Stage |
getStage()
Retrieve the
stage property (displayed as 'Stage') of the object. |
String |
getStageLogic()
Retrieve the
stage_logic property (displayed as 'Stage Logic') of the object. |
String |
getTheName()
Retrieve the
name property (displayed as 'Name') of the object. |
void |
setBasedOnRule(PublishedDataRuleDefinition basedOnRule)
Set the
based_on_rule property (displayed as Based on Rule) of the object. |
void |
setStage(Stage stage)
Set the
stage property (displayed as Stage) of the object. |
void |
setStageLogic(String stageLogic)
Set the
stage_logic property (displayed as Stage Logic) of the object. |
void |
setTheName(String name)
Set the
name property (displayed as Name) of the object. |
areModificationDetailsPopulated, getContext, getCreatedBy, getCreatedOn, getId, getIdentity, getModifiedBy, getModifiedOn, getName, getNotes, getType, getUrl, isEmbeddedAsset, isFullyRetrieved, isIdentityPopulated, isSimpleType, isVirtualAsset, setContext, setCreatedBy, setCreatedOn, setFullyRetrieved, setId, setModifiedBy, setModifiedOn, setName, setNotes, setType, setUrltoStringprotected PublishedDataRuleDefinition basedOnRule
protected String name
protected Stage stage
protected String stageLogic
public PublishedDataRuleDefinition getBasedOnRule()
based_on_rule property (displayed as 'Based on Rule') of the object.PublishedDataRuleDefinitionpublic void setBasedOnRule(PublishedDataRuleDefinition basedOnRule)
based_on_rule property (displayed as Based on Rule) of the object.basedOnRule - the value to setpublic String getTheName()
name property (displayed as 'Name') of the object.Stringpublic void setTheName(String name)
name property (displayed as Name) of the object.name - the value to setpublic Stage getStage()
stage property (displayed as 'Stage') of the object.Stagepublic void setStage(Stage stage)
stage property (displayed as Stage) of the object.stage - the value to setpublic String getStageLogic()
stage_logic property (displayed as 'Stage Logic') of the object.Stringpublic void setStageLogic(String stageLogic)
stage_logic property (displayed as Stage Logic) of the object.stageLogic - the value to setCopyright © 2018–2021 ODPi. All rights reserved.