Class DigitalAssetKey
java.lang.Object
com.orchestranetworks.addon.dama.ext.bean.DigitalAssetKey
Defines the digital asset's key.
- Since:
- 1.6.0
-
Constructor Summary
ConstructorsConstructorDescriptionDigitalAssetKey(com.onwbp.adaptation.PrimaryKey assetKey) Instantiates the newDigitalAssetKey.DigitalAssetKey(String assetKey) Instantiates the newDigitalAssetKey. -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturns the digital asset's id.com.onwbp.adaptation.PrimaryKeyReturns the digital asset's primary key.inthashCode()
-
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