Class DigitalAssetVersion
- java.lang.Object
- 
- com.orchestranetworks.addon.dama.ext.bean.DigitalAssetVersion
 
- 
 public final class DigitalAssetVersion extends java.lang.ObjectDefines the version of the digital asset.- Since:
- 1.6.0
 
- 
- 
Constructor SummaryConstructors Constructor Description DigitalAssetVersion()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetComment()Return the comment.java.util.List<java.lang.String>getDataspaceName()Return the dataspace name.java.lang.StringgetExternalId()Return the external Id.java.math.BigDecimalgetFileSize()DigitalAssetVersionKeygetKey()Return the digital asset key.com.orchestranetworks.addon.dama.models.ModificationActiongetModificationAction()Return the ModificationAction.java.lang.StringgetPhysicalName()Return the physical name.java.lang.StringgetProfileAuthor()Return the user profile author.SizegetSize()Returns the image size.java.util.DategetStorageDate()Return the storage date.java.lang.StringgetURL(java.lang.String baseURL)Return the digital asset's URL.java.lang.StringgetVersionName()Return the version name.booleanisCandidate()Checks if is candidate.booleanisCurrentVersion()Checks if is current version.voidsetCandidate(boolean candidate)voidsetComment(java.lang.String comment)Specifies the comment.voidsetDataspaceName(java.util.List<java.lang.String> dataspaceName)voidsetFileSize(java.math.BigDecimal fileSize)voidsetModificationAction(com.orchestranetworks.addon.dama.models.ModificationAction modificationAction)voidsetSize(Size size)Specifies the image size.voidsetVersionName(java.lang.String versionName)Specifies the version name.
 
- 
- 
- 
Method Detail- 
isCurrentVersionpublic boolean isCurrentVersion() Checks if is current version.
 - 
getFileSizepublic java.math.BigDecimal getFileSize() 
 - 
setFileSizepublic void setFileSize(java.math.BigDecimal fileSize) 
 - 
getVersionNamepublic java.lang.String getVersionName() Return the version name.
 - 
setVersionNamepublic void setVersionName(java.lang.String versionName) Specifies the version name.
 - 
isCandidatepublic boolean isCandidate() Checks if is candidate.
 - 
setCandidatepublic void setCandidate(boolean candidate) 
 - 
getDataspaceNamepublic java.util.List<java.lang.String> getDataspaceName() Return the dataspace name.
 - 
setDataspaceNamepublic void setDataspaceName(java.util.List<java.lang.String> dataspaceName) 
 - 
getModificationActionpublic com.orchestranetworks.addon.dama.models.ModificationAction getModificationAction() Return the ModificationAction.
 - 
setModificationActionpublic void setModificationAction(com.orchestranetworks.addon.dama.models.ModificationAction modificationAction) 
 - 
getCommentpublic java.lang.String getComment() Return the comment.
 - 
setCommentpublic void setComment(java.lang.String comment) Specifies the comment.
 - 
getURLpublic java.lang.String getURL(java.lang.String baseURL) Return the digital asset's URL.- Parameters:
- baseURL- the base URL. Ex: http://localhost:8080
 
 - 
getKeypublic DigitalAssetVersionKey getKey() Return the digital asset key.
 - 
getExternalIdpublic java.lang.String getExternalId() Return the external Id.
 - 
getPhysicalNamepublic java.lang.String getPhysicalName() Return the physical name.
 - 
getStorageDatepublic java.util.Date getStorageDate() Return the storage date.
 - 
getProfileAuthorpublic java.lang.String getProfileAuthor() Return the user profile author.
 - 
getSizepublic Size getSize() Returns the image size.- Since:
- 6.2.0
 
 - 
setSizepublic void setSize(Size size) Specifies the image size.
 
- 
 
-