Class RemoteDigitalAssetSpec
java.lang.Object
com.orchestranetworks.addon.dama.ext.bean.RemoteDigitalAssetSpec
- All Implemented Interfaces:
GeneralDigitalAssetSpec
Defines the specifications of an asset from a 3rd party digital asset management system.
- Since:
- 1.7.0
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns the digital asset's creation date.com.onwbp.base.text.UserMessage
Returns the description.Returns the digital asset's extension.Returns the digital asset's external Id.Returns the digital asset's file size.com.onwbp.base.text.UserMessage
getLabel()
Returns the label.Returns the digital asset's last updated date.Returns checksum of the file.Returns the digital asset's metadata.Returns the digital asset's physical name.getSize()
Returns the image size.getState()
Returns the digital asset's state.getTags()
Returns the digital asset's tags.getType()
Returns the digital asset's type.void
setCreationDate
(Date creationDate) Specifies the creation date.void
setDescription
(com.onwbp.base.text.UserMessage description) Specifies the description.void
setExtension
(String extension) Specifies the digital asset's extension.void
setExternalID
(String externalID) Specifies the digital asset's external id.void
setFileSize
(BigDecimal fileSize) Specifies the digital asset's file size.void
setLabel
(com.onwbp.base.text.UserMessage label) Specifies the label.void
setLastUpdatedDate
(Date lastUpdatedDate) Specifies the last updated date.void
setMd5CheckSumOfFile
(String md5CheckSumOfFile) Specifies checksum of the file.void
setMetaData
(List<MetaData> metadata) Specifies the asset's metadata.void
setPhysicalName
(String physicalName) Specifies the digital asset's physical name.void
Specifies the image size.void
setState
(DigitalAssetState state) Specifies the digital asset's state.void
Specifies the digital asset's tags.void
Specifies the digital asset's type.
-
Constructor Details
-
RemoteDigitalAssetSpec
public RemoteDigitalAssetSpec()
-
-
Method Details
-
getLabel
public com.onwbp.base.text.UserMessage getLabel()Returns the label.- Specified by:
getLabel
in interfaceGeneralDigitalAssetSpec
-
setLabel
public void setLabel(com.onwbp.base.text.UserMessage label) Specifies the label.- Specified by:
setLabel
in interfaceGeneralDigitalAssetSpec
-
getDescription
public com.onwbp.base.text.UserMessage getDescription()Returns the description.- Specified by:
getDescription
in interfaceGeneralDigitalAssetSpec
-
setDescription
public void setDescription(com.onwbp.base.text.UserMessage description) Specifies the description.- Specified by:
setDescription
in interfaceGeneralDigitalAssetSpec
-
setState
Specifies the digital asset's state. -
getPhysicalName
Returns the digital asset's physical name. -
getExternalID
Returns the digital asset's external Id. -
getCreationDate
Returns the digital asset's creation date. -
getLastUpdatedDate
Returns the digital asset's last updated date. -
getMetaData
Returns the digital asset's metadata. -
getExtension
Returns the digital asset's extension. -
getType
Returns the digital asset's type. -
getState
Returns the digital asset's state. -
setPhysicalName
Specifies the digital asset's physical name. -
setExternalID
Specifies the digital asset's external id. -
setCreationDate
Specifies the creation date. -
setLastUpdatedDate
Specifies the last updated date. -
setMetaData
Specifies the asset's metadata. -
setExtension
Specifies the digital asset's extension. -
setType
Specifies the digital asset's type. -
setFileSize
Specifies the digital asset's file size. -
getFileSize
Returns the digital asset's file size. -
getTags
Returns the digital asset's tags. -
setTags
Specifies the digital asset's tags. -
getSize
Returns the image size. -
setSize
Specifies the image size. -
getMd5CheckSumOfFile
Returns checksum of the file. -
setMd5CheckSumOfFile
Specifies checksum of the file.
-