Class DigitalAssetVersionKey


  • public final class DigitalAssetVersionKey
    extends java.lang.Object
    Defines the key of the digital asset version.
    Since:
    1.6.0
    • Constructor Summary

      Constructors 
      Constructor Description
      DigitalAssetVersionKey​(com.onwbp.adaptation.PrimaryKey primaryKey)
      Instantiates a new digital asset version key.
      DigitalAssetVersionKey​(java.lang.String versionKey)
      Instantiates a new digital asset version key.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getAssetVersionID()
      Returns the ID of the asset version
      com.onwbp.adaptation.PrimaryKey getPrimaryKey()
      Returns the primary key.
      • Methods inherited from class java.lang.Object

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

      • DigitalAssetVersionKey

        public DigitalAssetVersionKey​(com.onwbp.adaptation.PrimaryKey primaryKey)
        Instantiates a new digital asset version key.
        Parameters:
        primaryKey - the primary key
      • DigitalAssetVersionKey

        public DigitalAssetVersionKey​(java.lang.String versionKey)
        Instantiates a new digital asset version key.
        Parameters:
        versionKey - the version key
    • Method Detail

      • getPrimaryKey

        public com.onwbp.adaptation.PrimaryKey getPrimaryKey()
        Returns the primary key.
      • getAssetVersionID

        public java.lang.String getAssetVersionID()
        Returns the ID of the asset version