public class ActionSetFieldCol52 extends ActionCol52
Modifier and Type | Field and Description |
---|---|
static String |
FIELD_BOUND_NAME
Available fields for this type of column.
|
static String |
FIELD_FACT_FIELD |
static String |
FIELD_TYPE |
static String |
FIELD_UPDATE |
static String |
FIELD_VALUE_LIST |
defaultValue, FIELD_DEFAULT_VALUE, FIELD_HEADER, FIELD_HIDE_COLUMN, FIELD_WIDTH
Constructor and Description |
---|
ActionSetFieldCol52() |
Modifier and Type | Method and Description |
---|---|
List<BaseColumnFieldDiff> |
diff(BaseColumn otherColumn)
Analyze differences between two columns of same type.
|
boolean |
equals(Object o) |
String |
getBoundName() |
String |
getFactField() |
String |
getType() |
String |
getValueList() |
int |
hashCode() |
boolean |
isUpdate() |
void |
setBoundName(String boundName) |
void |
setFactField(String factField) |
void |
setType(String type) |
void |
setUpdate(boolean update) |
void |
setValueList(String valueList) |
cloneCommonColumnConfigFrom, extractDefaultValue, getDefaultValue, getHeader, getWidth, isEqualOrNull, isHideColumn, setDefaultValue, setHeader, setHideColumn, setWidth
public static final String FIELD_BOUND_NAME
public static final String FIELD_FACT_FIELD
public static final String FIELD_TYPE
public static final String FIELD_VALUE_LIST
public static final String FIELD_UPDATE
public List<BaseColumnFieldDiff> diff(BaseColumn otherColumn)
DiffColumn
diff
in interface DiffColumn
diff
in class DTColumnConfig52
otherColumn
- The column to compare with this one.public void setValueList(String valueList)
public String getValueList()
public void setBoundName(String boundName)
public String getBoundName()
public void setFactField(String factField)
public String getFactField()
public void setType(String type)
public String getType()
public void setUpdate(boolean update)
public boolean isUpdate()
public boolean equals(Object o)
equals
in class ActionCol52
public int hashCode()
hashCode
in class ActionCol52
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.