public interface GeneralDigitalAssetVersionSpec
Modifier and Type | Method and Description |
---|---|
String |
getComment()
Returns the comment.
|
DigitalAssetKey |
getKey()
Returns the digital asset key.
|
String |
getVersionName()
Returns the version name.
|
boolean |
isCurrentVersion()
Checks whether this is the current version.
|
void |
setComment(String comment)
Specifies the comment.
|
void |
setCurrentVersion(boolean currentVersion)
Specifies whether the new version of the asset is the current version.
|
void |
setVersionName(String versionName)
Specifies the version name.
|
boolean isCurrentVersion()
void setCurrentVersion(boolean currentVersion)
String getVersionName()
void setVersionName(String versionName)
String getComment()
void setComment(String comment)
DigitalAssetKey getKey()