Package com.orchestranetworks.addon.dml
Class SourcePrimaryKey
- java.lang.Object
-
- com.orchestranetworks.addon.dml.SourcePrimaryKey
-
- All Implemented Interfaces:
DataModelSource
public final class SourcePrimaryKey extends java.lang.Object implements DataModelSource
Specifies the configurations to create a data model source from an instance of aPrimaryKeythat identifies a record of the Data model table in the Dynamic data modeling dataset.- Since:
- 2.6.2
-
-
Constructor Summary
Constructors Constructor Description SourcePrimaryKey(java.lang.String name, com.onwbp.adaptation.PrimaryKey dataModelPrimaryKey)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.onwbp.adaptation.PrimaryKeygetDataModelPrimaryKey()Returns an instance of aPrimaryKeythat identifies a record of the Data model table in the Dynamic data modeling dataset.java.lang.StringgetName()Returns the data model source name.
-
-
-
Method Detail
-
getDataModelPrimaryKey
public com.onwbp.adaptation.PrimaryKey getDataModelPrimaryKey()
Returns an instance of aPrimaryKeythat identifies a record of the Data model table in the Dynamic data modeling dataset.
-
getName
public java.lang.String getName()
Returns the data model source name. If the data model configuration is saved to the Dynamic data modeling dataset, this value is applied to the 'Name' field in the 'Data model' table.- Specified by:
getNamein interfaceDataModelSource
-
-