public final class DigitalAssetVersion extends Object
Constructor and Description |
---|
DigitalAssetVersion() |
Modifier and Type | Method and Description |
---|---|
String |
getComment()
Return the comment.
|
String |
getExternalId()
Return the external Id.
|
DigitalAssetVersionKey |
getKey()
Return the digital asset key.
|
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 |
isCurrentVersion()
Checks if is current version.
|
void |
setComment(String comment)
Specifies the comment.
|
void |
setVersionName(String versionName)
Specifies the version name.
|
public boolean isCurrentVersion()
public String getVersionName()
public void setVersionName(String versionName)
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()