Class ActionSetFactWrapper
- java.lang.Object
-
- org.drools.workbench.screens.guided.dtable.client.wizard.column.plugins.commons.ActionSetFactWrapper
-
- All Implemented Interfaces:
ActionWrapper
- Direct Known Subclasses:
ActionWorkItemSetWrapper
public class ActionSetFactWrapper extends Object implements ActionWrapper
-
-
Field Summary
-
Fields inherited from interface org.drools.workbench.screens.guided.dtable.client.wizard.column.plugins.commons.ActionWrapper
EMPTY_COLUMN
-
-
Constructor Summary
Constructors Constructor Description ActionSetFactWrapper(BaseDecisionTableColumnPlugin plugin)ActionSetFactWrapper(BaseDecisionTableColumnPlugin plugin, org.drools.workbench.models.guided.dtable.shared.model.ActionSetFieldCol52 actionCol52)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.drools.workbench.models.guided.dtable.shared.model.ActionSetFieldCol52getActionCol52()StringgetBoundName()org.drools.workbench.models.guided.dtable.shared.model.DTCellValue52getDefaultValue()StringgetFactField()StringgetFactType()StringgetHeader()StringgetType()StringgetValueList()booleanisHideColumn()booleanisInsertLogical()booleanisUpdateEngine()voidsetBoundName(String boundName)voidsetDefaultValue(org.drools.workbench.models.guided.dtable.shared.model.DTCellValue52 defaultValue)voidsetFactField(String factField)voidsetFactType(String factType)voidsetHeader(String header)voidsetHideColumn(boolean hideColumn)voidsetInsertLogical(boolean insertLogical)voidsetType(String type)voidsetUpdate(boolean update)voidsetValueList(String valueList)
-
-
-
Constructor Detail
-
ActionSetFactWrapper
public ActionSetFactWrapper(BaseDecisionTableColumnPlugin plugin, org.drools.workbench.models.guided.dtable.shared.model.ActionSetFieldCol52 actionCol52)
-
ActionSetFactWrapper
public ActionSetFactWrapper(BaseDecisionTableColumnPlugin plugin)
-
-
Method Detail
-
isHideColumn
public boolean isHideColumn()
- Specified by:
isHideColumnin interfaceActionWrapper
-
setHideColumn
public void setHideColumn(boolean hideColumn)
- Specified by:
setHideColumnin interfaceActionWrapper
-
isInsertLogical
public boolean isInsertLogical()
- Specified by:
isInsertLogicalin interfaceActionWrapper
-
setInsertLogical
public void setInsertLogical(boolean insertLogical)
- Specified by:
setInsertLogicalin interfaceActionWrapper
-
isUpdateEngine
public boolean isUpdateEngine()
- Specified by:
isUpdateEnginein interfaceActionWrapper
-
setUpdate
public void setUpdate(boolean update)
- Specified by:
setUpdatein interfaceActionWrapper
-
getDefaultValue
public org.drools.workbench.models.guided.dtable.shared.model.DTCellValue52 getDefaultValue()
- Specified by:
getDefaultValuein interfaceActionWrapper
-
setDefaultValue
public void setDefaultValue(org.drools.workbench.models.guided.dtable.shared.model.DTCellValue52 defaultValue)
- Specified by:
setDefaultValuein interfaceActionWrapper
-
getBoundName
public String getBoundName()
- Specified by:
getBoundNamein interfaceActionWrapper
-
setBoundName
public void setBoundName(String boundName)
- Specified by:
setBoundNamein interfaceActionWrapper
-
getFactField
public String getFactField()
- Specified by:
getFactFieldin interfaceActionWrapper
-
setFactField
public void setFactField(String factField)
- Specified by:
setFactFieldin interfaceActionWrapper
-
getFactType
public String getFactType()
- Specified by:
getFactTypein interfaceActionWrapper
-
setFactType
public void setFactType(String factType)
- Specified by:
setFactTypein interfaceActionWrapper
-
getHeader
public String getHeader()
- Specified by:
getHeaderin interfaceActionWrapper
-
setHeader
public void setHeader(String header)
- Specified by:
setHeaderin interfaceActionWrapper
-
getType
public String getType()
- Specified by:
getTypein interfaceActionWrapper
-
setType
public void setType(String type)
- Specified by:
setTypein interfaceActionWrapper
-
getValueList
public String getValueList()
- Specified by:
getValueListin interfaceActionWrapper
-
setValueList
public void setValueList(String valueList)
- Specified by:
setValueListin interfaceActionWrapper
-
getActionCol52
public org.drools.workbench.models.guided.dtable.shared.model.ActionSetFieldCol52 getActionCol52()
- Specified by:
getActionCol52in interfaceActionWrapper
-
-