Class 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 a PrimaryKey that 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.PrimaryKey getDataModelPrimaryKey()
      Returns an instance of a PrimaryKey that identifies a record of the Data model table in the Dynamic data modeling dataset.
      java.lang.String getName()
      Returns the data model source name.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SourcePrimaryKey

        public SourcePrimaryKey​(java.lang.String name,
                                com.onwbp.adaptation.PrimaryKey dataModelPrimaryKey)
    • Method Detail

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