public final class SourcePrimaryKey extends Object implements DataModelSource
PrimaryKey
that identifies a record of the Data model table in the Dynamic data modeling dataset.Constructor and Description |
---|
SourcePrimaryKey(String name,
com.onwbp.adaptation.PrimaryKey dataModelPrimaryKey) |
Modifier and Type | Method and Description |
---|---|
com.onwbp.adaptation.PrimaryKey |
getDataModelPrimaryKey()
Returns an instance of a
PrimaryKey that identifies a record of the Data model table in the Dynamic data modeling dataset. |
String |
getName()
Returns the data model source name.
|
public SourcePrimaryKey(String name, com.onwbp.adaptation.PrimaryKey dataModelPrimaryKey)
public com.onwbp.adaptation.PrimaryKey getDataModelPrimaryKey()
PrimaryKey
that identifies a record of the Data model table in the Dynamic data modeling dataset.public String getName()
getName
in interface DataModelSource