public final class ExternalDigitalAsset extends Object
Constructor and Description |
---|
ExternalDigitalAsset() |
Modifier and Type | Method and Description |
---|---|
String |
getAssetType()
Returns the asset's type.
|
Date |
getCreationDate()
Returns the asset's creation date.
|
String |
getDownloadURL()
Returns the asset's download URL.
|
String |
getExtension()
Returns the asset's extension.
|
BigDecimal |
getFileSize()
Returns the asset's size.
|
Integer |
getHeight()
Returns the asset's height.
|
String |
getId()
Returns the asset's ID.
|
com.onwbp.base.text.bean.LabelDescription |
getLabelDescription()
Returns the asset's label and description.
|
Date |
getLastUpdatedDate()
Returns the asset's last updated date.
|
Map<String,String> |
getMetaDatas()
Returns the asset's metadata.
|
String |
getPhysicalName()
Returns the asset's physical name.
|
List<String> |
getTags()
Returns the asset's tags.
|
String |
getThumbnailURL()
Returns the asset's thumbnail URL.
|
String |
getURL()
Returns the asset's URL.
|
Integer |
getWidth()
Returns the asset's width.
|
boolean |
isConvertPDF()
Is asset able to converted in PDF
|
boolean |
isDigitalAssetOfCurrentUser() |
void |
setAssetType(String assetType)
Specifies the asset's type.
|
void |
setConvertPDF(boolean convertPDF)
Allow asset to be viewed in PDF
|
void |
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 |
setHeight(Integer height)
Specifies the asset's height.
|
void |
setId(String id)
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 |
setTags(List<String> tags)
Specifies the asset's tags.
|
void |
setThumbnailURL(String thumbnailUrl)
Specifies the asset's thumbnail URL.
|
void |
setURL(String url)
Specifies the asset's URL.
|
void |
setWidth(Integer width)
Specifies the asset's width.
|
public String getId()
public void setId(String id)
public String getURL()
public void setURL(String url)
public String getThumbnailURL()
public void setThumbnailURL(String thumbnailUrl)
public String getPhysicalName()
public void setPhysicalName(String physicalName)
public Date getCreationDate()
public void setCreationDate(Date creationDate)
public Date getLastUpdatedDate()
public void setLastUpdatedDate(Date lastUpdatedDate)
public String getExtension()
public void setExtension(String extension)
public String getAssetType()
public void setAssetType(String assetType)
public BigDecimal getFileSize()
public void setFileSize(BigDecimal fileSize)
public String getDownloadURL()
public void setDownloadURL(String downloadUrl)
public com.onwbp.base.text.bean.LabelDescription getLabelDescription()
public void setLabelDescription(com.onwbp.base.text.bean.LabelDescription labelDescription)
public Integer getWidth()
public void setWidth(Integer width)
public Integer getHeight()
public void setHeight(Integer height)
public boolean isConvertPDF()
public void setConvertPDF(boolean convertPDF)
public boolean isDigitalAssetOfCurrentUser()
public void setDigitalAssetOfCurrentUser(boolean digitalAssetOfCurrentUser)