Class SourcePrimaryKey

java.lang.Object
com.orchestranetworks.addon.dml.SourcePrimaryKey
All Implemented Interfaces:
DataModelSource

public final class SourcePrimaryKey extends Object implements DataModelSource
Specifies the configurations to create a data model source from an instance of a PrimaryKey that identifies a record of the Data model table in the Dynamic data modeling dataset.
Since:
2.6.2
  • Constructor Details

    • SourcePrimaryKey

      public SourcePrimaryKey(String name, com.onwbp.adaptation.PrimaryKey dataModelPrimaryKey)
  • Method Details

    • getDataModelPrimaryKey

      public 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.
    • getName

      public 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:
      getName in interface DataModelSource