Class ExternalDigitalAsset
java.lang.Object
com.orchestranetworks.addon.dama.externalmanagement.bean.ExternalDigitalAsset
Defines a digital asset located in an externally managed location.
- Since:
- 1.8.0
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns the asset's type.Returns the asset's creation date.Returns the asset's download URL.Returns the asset's extension.Returns the asset's size.Returns the asset's height.getId()
Returns the asset's ID.com.onwbp.base.text.bean.LabelDescription
Returns the asset's label and description.Returns the asset's last updated date.Returns the asset's metadata.Returns the asset's physical name.getTags()
Returns the asset's tags.Returns the asset's thumbnail URL.getURL()
Returns the asset's URL.getWidth()
Returns the asset's width.boolean
Is asset able to converted in PDFboolean
void
setAssetType
(String assetType) Specifies the asset's type.void
setConvertPDF
(boolean convertPDF) Allow asset to be viewed in PDFvoid
setCreationDate
(Date creationDate) Specifies the asset's creation date.void
setDigitalAssetOfCurrentUser
(boolean digitalAssetOfCurrentUser) void
setDownloadURL
(String downloadUrl) Specifies the asset's download URL.void
setExtension
(String extension) Specifies the asset's extension.void
setFileSize
(BigDecimal fileSize) Specifies the asset's size.void
Specifies the asset's height.void
Specifies the asset's ID.void
setLabelDescription
(com.onwbp.base.text.bean.LabelDescription labelDescription) Specifies the asset's label and description.void
setLastUpdatedDate
(Date lastUpdatedDate) Specifies the asset's last updated date.void
setMetaDatas
(Map<String, String> metaDatas) Specifies the asset's metadata.void
setPhysicalName
(String physicalName) Specifies the asset's physical name.void
Specifies the asset's tags.void
setThumbnailURL
(String thumbnailUrl) Specifies the asset's thumbnail URL.void
Specifies the asset's URL.void
Specifies the asset's width.
-
Constructor Details
-
ExternalDigitalAsset
public ExternalDigitalAsset()
-
-
Method Details
-
getId
Returns the asset's ID. -
setId
Specifies the asset's ID. -
getURL
Returns the asset's URL. -
setURL
Specifies the asset's URL. -
getThumbnailURL
Returns the asset's thumbnail URL. -
setThumbnailURL
Specifies the asset's thumbnail URL. -
getPhysicalName
Returns the asset's physical name. -
setPhysicalName
Specifies the asset's physical name. -
getCreationDate
Returns the asset's creation date. -
setCreationDate
Specifies the asset's creation date. -
getLastUpdatedDate
Returns the asset's last updated date. -
setLastUpdatedDate
Specifies the asset's last updated date. -
getExtension
Returns the asset's extension. -
setExtension
Specifies the asset's extension. -
getAssetType
Returns the asset's type. -
setAssetType
Specifies the asset's type. -
getFileSize
Returns the asset's size. -
setFileSize
Specifies the asset's size. -
getTags
Returns the asset's tags. -
setTags
Specifies the asset's tags. -
getMetaDatas
Returns the asset's metadata. -
setMetaDatas
Specifies the asset's metadata. -
getDownloadURL
Returns the asset's download URL. -
setDownloadURL
Specifies the asset's download URL. -
getLabelDescription
public com.onwbp.base.text.bean.LabelDescription getLabelDescription()Returns the asset's label and description. -
setLabelDescription
public void setLabelDescription(com.onwbp.base.text.bean.LabelDescription labelDescription) Specifies the asset's label and description. -
getWidth
Returns the asset's width. -
setWidth
Specifies the asset's width. -
getHeight
Returns the asset's height. -
setHeight
Specifies the asset's height. -
isConvertPDF
public boolean isConvertPDF()Is asset able to converted in PDF -
setConvertPDF
public void setConvertPDF(boolean convertPDF) Allow asset to be viewed in PDF -
isDigitalAssetOfCurrentUser
public boolean isDigitalAssetOfCurrentUser() -
setDigitalAssetOfCurrentUser
public void setDigitalAssetOfCurrentUser(boolean digitalAssetOfCurrentUser)
-