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
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionReturns the digital asset's creation date.com.onwbp.base.text.UserMessageReturns 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.UserMessagegetLabel()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.voidsetCreationDate(Date creationDate) Specifies the creation date.voidsetDescription(com.onwbp.base.text.UserMessage description) Specifies the description.voidsetExtension(String extension) Specifies the digital asset's extension.voidsetExternalID(String externalID) Specifies the digital asset's external id.voidsetFileSize(BigDecimal fileSize) Specifies the digital asset's file size.voidsetLabel(com.onwbp.base.text.UserMessage label) Specifies the label.voidsetLastUpdatedDate(Date lastUpdatedDate) Specifies the last updated date.voidsetMd5CheckSumOfFile(String md5CheckSumOfFile) Specifies checksum of the file.voidsetMetaData(List<MetaData> metadata) Specifies the asset's metadata.voidsetPhysicalName(String physicalName) Specifies the digital asset's physical name.voidSpecifies the image size.voidsetState(DigitalAssetState state) Specifies the digital asset's state.voidSpecifies the digital asset's tags.voidSpecifies 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:
 getLabelin interfaceGeneralDigitalAssetSpec
 - 
setLabel
public void setLabel(com.onwbp.base.text.UserMessage label) Specifies the label.- Specified by:
 setLabelin interfaceGeneralDigitalAssetSpec
 - 
getDescription
public com.onwbp.base.text.UserMessage getDescription()Returns the description.- Specified by:
 getDescriptionin interfaceGeneralDigitalAssetSpec
 - 
setDescription
public void setDescription(com.onwbp.base.text.UserMessage description) Specifies the description.- Specified by:
 setDescriptionin 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. 
 -