public final class DigitalAssetVersion extends Object
Constructor and Description |
---|
DigitalAssetVersion() |
Modifier and Type | Method and Description |
---|---|
String |
getComment()
Return the comment.
|
List<String> |
getDataspaceName()
Return the dataspace name.
|
String |
getExternalId()
Return the external Id.
|
BigDecimal |
getFileSize() |
DigitalAssetVersionKey |
getKey()
Return the digital asset key.
|
com.orchestranetworks.addon.dama.models.ModificationAction |
getModificationAction()
Return the ModificationAction.
|
String |
getPhysicalName()
Return the physical name.
|
String |
getProfileAuthor()
Return the user profile author.
|
Date |
getStorageDate()
Return the storage date.
|
String |
getURL(String baseURL)
Return the digital asset's URL.
|
String |
getVersionName()
Return the version name.
|
boolean |
isCandidate()
Checks if is candidate.
|
boolean |
isCurrentVersion()
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 |
setVersionName(String versionName)
Specifies the version name.
|
public boolean isCurrentVersion()
public BigDecimal getFileSize()
public void setFileSize(BigDecimal fileSize)
public String getVersionName()
public void setVersionName(String versionName)
public boolean isCandidate()
public void setCandidate(boolean candidate)
public com.orchestranetworks.addon.dama.models.ModificationAction getModificationAction()
public void setModificationAction(com.orchestranetworks.addon.dama.models.ModificationAction modificationAction)
public String getComment()
public void setComment(String comment)
public String getURL(String baseURL)
baseURL
- the base URL. Ex: http://localhost:8080public DigitalAssetVersionKey getKey()
public String getExternalId()
public String getPhysicalName()
public Date getStorageDate()
public String getProfileAuthor()