Class ActionSetFieldCol52
- 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.ActionSetFieldCol52
-
- All Implemented Interfaces:
BaseColumn,DiffColumn
- Direct Known Subclasses:
ActionWorkItemSetFieldCol52,LimitedEntryActionSetFieldCol52
public class ActionSetFieldCol52 extends ActionCol52
-
-
Field Summary
Fields Modifier and Type Field Description static StringFIELD_BOUND_NAMEAvailable fields for this type of column.static StringFIELD_FACT_FIELDstatic StringFIELD_TYPEstatic StringFIELD_UPDATEstatic 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 ActionSetFieldCol52()
-
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()StringgetType()StringgetValueList()inthashCode()booleanisUpdate()voidsetBoundName(String boundName)voidsetFactField(String factField)voidsetType(String type)voidsetUpdate(boolean update)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_BOUND_NAME
public static final String FIELD_BOUND_NAME
Available fields for this type of column.- 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_UPDATE
public static final String FIELD_UPDATE
- 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.
-
setValueList
public void setValueList(String valueList)
-
getValueList
public String getValueList()
-
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()
-
setUpdate
public void setUpdate(boolean update)
-
isUpdate
public boolean isUpdate()
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classActionCol52
-
hashCode
public int hashCode()
- Overrides:
hashCodein classActionCol52
-
-