DigitalAsset
instead.public final class DigitalAsset extends Object
DigitalAsset
.Constructor and Description |
---|
DigitalAsset(DigitalAssetContext digitalAssetContext)
Deprecated.
Instantiates the new
DigitalAsset . |
Modifier and Type | Method and Description |
---|---|
Date |
getCreationDate()
Deprecated.
Returns the digital asset's creation date.
|
com.onwbp.base.text.UserMessage |
getDescription()
Deprecated.
Returns the digital asset's description.
|
DigitalAssetContext |
getDigitalAssetContext()
Deprecated.
Gets the digital asset context.
|
com.onwbp.adaptation.Adaptation |
getDigitalAssetRecord()
Deprecated.
Gets the digital asset record.
|
String |
getExternalID()
Deprecated.
Gets the digital asset's external ID.
|
File |
getFile(File targetFolder)
Deprecated.
Gets the digital asset's file.
|
com.onwbp.base.text.UserMessage |
getLabel()
Deprecated.
Gets the digital asset's label.
|
Date |
getLastUpdateDate()
Deprecated.
Gets the date of the digital asset's last update.
|
List<MetaData> |
getMetaData()
Deprecated.
Gets the digital asset's metadata.
|
String |
getPhysicalName()
Deprecated.
Returns the physical name of the digital asset.
|
String |
getURL()
Deprecated.
Returns the digital asset's URL.
|
List<Version> |
getVersions()
Deprecated.
Gets the versions of the digital asset.
|
void |
setCreationDate(Date creationDate)
Deprecated.
Specifies the digital asset's creation date.
|
void |
setDescription(com.onwbp.base.text.UserMessage description)
Deprecated.
Specifies the digital asset's description.
|
void |
setExternalID(String externalID)
Deprecated.
Specifies the digital asset's external ID.
|
void |
setLabel(com.onwbp.base.text.UserMessage label)
Deprecated.
Specifies the digital asset's label.
|
void |
setLastUpdateDate(Date lastUpdateDate)
Deprecated.
Specifies the date of the digital asset's last update.
|
void |
setMetaData(List<MetaData> metadata)
Deprecated.
Specifies the digital asset's metadata.
|
void |
setPhysicalName(String physicalName)
Deprecated.
Specifies the digital asset's physical name.
|
void |
setURL(String url)
Deprecated.
Specifies the digital asset's URL.
|
void |
setVersions(List<Version> versions)
Deprecated.
Specifies the digital asset versions.
|
public DigitalAsset(DigitalAssetContext digitalAssetContext) throws DAMException
DigitalAsset
.DAMException
public String getPhysicalName()
public void setPhysicalName(String physicalName)
public com.onwbp.base.text.UserMessage getLabel()
public void setLabel(com.onwbp.base.text.UserMessage label)
public com.onwbp.base.text.UserMessage getDescription()
public void setDescription(com.onwbp.base.text.UserMessage description)
public String getURL()
public void setURL(String url)
public Date getCreationDate()
public void setCreationDate(Date creationDate)
public Date getLastUpdateDate()
public void setLastUpdateDate(Date lastUpdateDate)
public void setVersions(List<Version> versions)
public void setMetaData(List<MetaData> metadata)
public String getExternalID()
public void setExternalID(String externalID)
public DigitalAssetContext getDigitalAssetContext()
public File getFile(File targetFolder) throws DAMException
targetFolder
- the target folder that you want to copy the digital asset toDAMException
- error thrown when the failure to get the digital asset's physical file occurspublic com.onwbp.adaptation.Adaptation getDigitalAssetRecord()