Class ActionInsertFactCol52
- java.lang.Object
-
- org.drools.workbench.models.guided.dtable.shared.model.DTColumnConfig52
-
- org.drools.workbench.models.guided.dtable.shared.model.ActionCol52
-
- org.drools.workbench.models.guided.dtable.shared.model.ActionInsertFactCol52
-
- All Implemented Interfaces:
BaseColumn,DiffColumn
- Direct Known Subclasses:
ActionWorkItemInsertFactCol52,LimitedEntryActionInsertFactCol52
public class ActionInsertFactCol52 extends ActionCol52
-
-
Field Summary
Fields Modifier and Type Field Description static StringFIELD_BOUND_NAMEstatic StringFIELD_FACT_FIELDstatic StringFIELD_FACT_TYPEAvailable fields for this type of column.static StringFIELD_IS_INSERT_LOGICALstatic StringFIELD_TYPEstatic StringFIELD_VALUE_LIST-
Fields inherited from class org.drools.workbench.models.guided.dtable.shared.model.DTColumnConfig52
defaultValue, FIELD_DEFAULT_VALUE, FIELD_HEADER, FIELD_HIDE_COLUMN, FIELD_WIDTH
-
-
Constructor Summary
Constructors Constructor Description ActionInsertFactCol52()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<BaseColumnFieldDiff>diff(BaseColumn otherColumn)Analyze differences between two columns of same type.booleanequals(Object o)StringgetBoundName()StringgetFactField()StringgetFactType()StringgetType()StringgetValueList()inthashCode()booleanisInsertLogical()voidsetBoundName(String boundName)voidsetFactField(String factField)voidsetFactType(String factType)voidsetInsertLogical(boolean isInsertLogical)voidsetType(String type)voidsetValueList(String valueList)-
Methods inherited from class org.drools.workbench.models.guided.dtable.shared.model.DTColumnConfig52
cloneCommonColumnConfigFrom, extractDefaultValue, getDefaultValue, getHeader, getWidth, isEqualOrNull, isHideColumn, setDefaultValue, setHeader, setHideColumn, setWidth
-
-
-
-
Field Detail
-
FIELD_FACT_TYPE
public static final String FIELD_FACT_TYPE
Available fields for this type of column.- See Also:
- Constant Field Values
-
FIELD_BOUND_NAME
public static final String FIELD_BOUND_NAME
- See Also:
- Constant Field Values
-
FIELD_FACT_FIELD
public static final String FIELD_FACT_FIELD
- See Also:
- Constant Field Values
-
FIELD_TYPE
public static final String FIELD_TYPE
- See Also:
- Constant Field Values
-
FIELD_VALUE_LIST
public static final String FIELD_VALUE_LIST
- See Also:
- Constant Field Values
-
FIELD_IS_INSERT_LOGICAL
public static final String FIELD_IS_INSERT_LOGICAL
- See Also:
- Constant Field Values
-
-
Method Detail
-
diff
public List<BaseColumnFieldDiff> diff(BaseColumn otherColumn)
Description copied from interface:DiffColumnAnalyze differences between two columns of same type.- Specified by:
diffin interfaceDiffColumn- Overrides:
diffin classDTColumnConfig52- Parameters:
otherColumn- The column to compare with this one.- Returns:
- A list of fields and its values that have changed.
-
setFactType
public void setFactType(String factType)
-
getFactType
public String getFactType()
-
setBoundName
public void setBoundName(String boundName)
-
getBoundName
public String getBoundName()
-
setFactField
public void setFactField(String factField)
-
getFactField
public String getFactField()
-
setType
public void setType(String type)
-
getType
public String getType()
-
setValueList
public void setValueList(String valueList)
-
getValueList
public String getValueList()
-
isInsertLogical
public boolean isInsertLogical()
-
setInsertLogical
public void setInsertLogical(boolean isInsertLogical)
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classActionCol52
-
hashCode
public int hashCode()
- Overrides:
hashCodein classActionCol52
-
-