public class HarmonizationRule extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
ENABLED |
static String |
ID |
static String |
REFERRED_CODELIST_COLUMN |
static String |
TO_CHANGE_VALUE_DESCRIPTION |
static String |
TO_CHANGE_VALUE_FIELD |
static String |
TO_SET_VALUE_DESCRIPTION |
static String |
TO_SET_VALUE_FIELD |
| Constructor and Description |
|---|
HarmonizationRule(Map<String,String> fields) |
HarmonizationRule(TDTypeValue toChangeValue,
TDTypeValue toSetValue,
ColumnLocalId reference)
SET DATASET.TARGET_COLUMN=TO_CHANGE_VALUE WHERE DATASET.TARGET_COLUMN=TO_SET_VALUE
|
HarmonizationRule(TDTypeValue toChangeValue,
TDTypeValue toSetValue,
ColumnLocalId reference,
Boolean enabled,
String toChangeValueDescription,
String toSetValueDescription) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
asMap() |
boolean |
equals(Object obj) |
long |
getId() |
ColumnLocalId |
getReferredCodelistColumn() |
TDTypeValue |
getToChangeValue() |
String |
getToChangeValueDescription() |
TDTypeValue |
getToSetValue() |
String |
getToSetValueDescription() |
int |
hashCode() |
Boolean |
isEnabled() |
void |
setEnabled(Boolean enabled) |
void |
setId(long id) |
void |
setReferredCodelistColumn(ColumnLocalId referredCodelistColumn) |
void |
setToChangeValue(TDTypeValue toChangeValue) |
void |
setToChangeValueDescription(String toChangeValueDescription) |
void |
setToSetValue(TDTypeValue toSetValue) |
void |
setToSetValueDescription(String toSetValueDescription) |
String |
toString() |
public static final String TO_CHANGE_VALUE_FIELD
public static final String TO_SET_VALUE_FIELD
public static final String REFERRED_CODELIST_COLUMN
public static final String ENABLED
public static final String ID
public static final String TO_CHANGE_VALUE_DESCRIPTION
public static final String TO_SET_VALUE_DESCRIPTION
public HarmonizationRule(TDTypeValue toChangeValue, TDTypeValue toSetValue, ColumnLocalId reference)
toChangeValue - toSetValue - public HarmonizationRule(Map<String,String> fields) throws JAXBException
JAXBExceptionpublic HarmonizationRule(TDTypeValue toChangeValue, TDTypeValue toSetValue, ColumnLocalId reference, Boolean enabled, String toChangeValueDescription, String toSetValueDescription)
public TDTypeValue getToChangeValue()
public void setToChangeValue(TDTypeValue toChangeValue)
toChangeValue - the toChangeValue to setpublic TDTypeValue getToSetValue()
public void setToSetValue(TDTypeValue toSetValue)
toSetValue - the toSetValue to setpublic ColumnLocalId getReferredCodelistColumn()
public void setReferredCodelistColumn(ColumnLocalId referredCodelistColumn)
referredCodelistColumn - the referredCodelistColumn to setpublic Boolean isEnabled()
public void setEnabled(Boolean enabled)
enabled - the enabled to setpublic long getId()
public void setId(long id)
id - the id to setpublic String getToChangeValueDescription()
public void setToChangeValueDescription(String toChangeValueDescription)
toChangeValueDescription - the toChangeValueDescription to setpublic String getToSetValueDescription()
public void setToSetValueDescription(String toSetValueDescription)
toSetValueDescription - the toSetValueDescription to setpublic Map<String,String> asMap() throws JAXBException
JAXBExceptionCopyright © 2017. All Rights Reserved.