public final class DigitalAssetKey extends Object
| Constructor and Description |
|---|
DigitalAssetKey(com.onwbp.adaptation.PrimaryKey assetKey)
Instantiates the new
DigitalAssetKey. |
DigitalAssetKey(String assetKey)
Instantiates the new
DigitalAssetKey. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getAssetID()
Returns the digital asset's id.
|
com.onwbp.adaptation.PrimaryKey |
getPrimaryKey()
Returns the digital asset's primary key.
|
int |
hashCode() |
public DigitalAssetKey(com.onwbp.adaptation.PrimaryKey assetKey)
DigitalAssetKey.assetKey - the digital asset's primary keypublic DigitalAssetKey(String assetKey) throws DAMException
DigitalAssetKey.assetKey - the asset keyDAMExceptionpublic String getAssetID()
public com.onwbp.adaptation.PrimaryKey getPrimaryKey()