Class DigitalAssetVersion
java.lang.Object
com.orchestranetworks.addon.dama.ext.bean.DigitalAssetVersion
Defines the version of the digital asset.
- Since:
- 1.6.0
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturn the comment.Return the dataspace name.Return the external Id.getKey()
Return the digital asset key.com.orchestranetworks.addon.dama.models.ModificationAction
Return the ModificationAction.Return the physical name.Return the user profile author.getSize()
Returns the image size.Return the storage date.Return the digital asset's URL.Return the version name.boolean
Checks if is candidate.boolean
Checks if is current version.void
setCandidate
(boolean candidate) void
setComment
(String comment) Specifies the comment.void
setDataspaceName
(List<String> dataspaceName) void
setFileSize
(BigDecimal fileSize) void
setModificationAction
(com.orchestranetworks.addon.dama.models.ModificationAction modificationAction) void
Specifies the image size.void
setVersionName
(String versionName) Specifies the version name.
-
Constructor Details
-
DigitalAssetVersion
public DigitalAssetVersion()
-
-
Method Details
-
isCurrentVersion
public boolean isCurrentVersion()Checks if is current version. -
getFileSize
-
setFileSize
-
getVersionName
Return the version name. -
setVersionName
Specifies the version name. -
isCandidate
public boolean isCandidate()Checks if is candidate. -
setCandidate
public void setCandidate(boolean candidate) -
getDataspaceName
Return the dataspace name. -
setDataspaceName
-
getModificationAction
public com.orchestranetworks.addon.dama.models.ModificationAction getModificationAction()Return the ModificationAction. -
setModificationAction
public void setModificationAction(com.orchestranetworks.addon.dama.models.ModificationAction modificationAction) -
getComment
Return the comment. -
setComment
Specifies the comment. -
getURL
Return the digital asset's URL.- Parameters:
baseURL
- the base URL. Ex: http://localhost:8080
-
getKey
Return the digital asset key. -
getExternalId
Return the external Id. -
getPhysicalName
Return the physical name. -
getStorageDate
Return the storage date. -
getProfileAuthor
Return the user profile author. -
getSize
Returns the image size.- Since:
- 6.2.0
-
setSize
Specifies the image size.
-