Interface MergedFieldValue
-
public interface MergedFieldValueDefines field values for a golden record.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.orchestranetworks.schema.SchemaNodegetField()Returns the EBX field of the golden record.com.onwbp.adaptation.PrimaryKeygetPrimaryKey()Returns the primary key of the record whose field value will be applied to the golden record.java.lang.ObjectgetValue()Returns the value that will be applied to the golden record
-
-
-
Method Detail
-
getField
com.orchestranetworks.schema.SchemaNode getField()
Returns the EBX field of the golden record.
- Returns:
- SchemaNode An EBX schema node
-
getPrimaryKey
com.onwbp.adaptation.PrimaryKey getPrimaryKey()
Returns the primary key of the record whose field value will be applied to the golden record.
- Returns:
- PrimaryKey An EBX primary key
-
getValue
java.lang.Object getValue()
Returns the value that will be applied to the golden record
- Returns:
- Object The value of the EBX field
-
-