Class DigitalAssetKey
java.lang.Object
com.orchestranetworks.addon.dama.ext.bean.DigitalAssetKey
Defines the digital asset's key.
- Since:
- 1.6.0
-
Constructor Summary
ConstructorDescriptionDigitalAssetKey
(com.onwbp.adaptation.PrimaryKey assetKey) Instantiates the newDigitalAssetKey
.DigitalAssetKey
(String assetKey) Instantiates the newDigitalAssetKey
. -
Method Summary
Modifier and TypeMethodDescriptionboolean
Returns the digital asset's id.com.onwbp.adaptation.PrimaryKey
Returns the digital asset's primary key.int
hashCode()
-
Constructor Details
-
DigitalAssetKey
public DigitalAssetKey(com.onwbp.adaptation.PrimaryKey assetKey) Instantiates the newDigitalAssetKey
.- Parameters:
assetKey
- the digital asset's primary key
-
DigitalAssetKey
Instantiates the newDigitalAssetKey
.- Parameters:
assetKey
- the asset key- Throws:
DAMException
-
-
Method Details