Class DigitalAssetVersionKey
java.lang.Object
com.orchestranetworks.addon.dama.ext.bean.DigitalAssetVersionKey
Defines the key of the digital asset version.
- Since:
- 1.6.0
-
Constructor Summary
ConstructorDescriptionDigitalAssetVersionKey
(com.onwbp.adaptation.PrimaryKey primaryKey) Instantiates a new digital asset version key.DigitalAssetVersionKey
(String versionKey) Instantiates a new digital asset version key. -
Method Summary
Modifier and TypeMethodDescriptionReturns the ID of the asset versioncom.onwbp.adaptation.PrimaryKey
Returns the primary key.
-
Constructor Details
-
DigitalAssetVersionKey
public DigitalAssetVersionKey(com.onwbp.adaptation.PrimaryKey primaryKey) Instantiates a new digital asset version key.- Parameters:
primaryKey
- the primary key
-
DigitalAssetVersionKey
Instantiates a new digital asset version key.- Parameters:
versionKey
- the version key
-
-
Method Details
-
getPrimaryKey
public com.onwbp.adaptation.PrimaryKey getPrimaryKey()Returns the primary key. -
getAssetVersionID
Returns the ID of the asset version
-