Interface GeneralDigitalAssetVersionSpec
- All Known Implementing Classes:
 DigitalAssetVersionSpec,RemoteDigitalAssetVersionSpec
public interface GeneralDigitalAssetVersionSpec
Defines the specification of the new digital asset version.
- Since:
 - 1.6.0
 
- 
Method Summary
Modifier and TypeMethodDescriptionReturns the comment.getKey()Returns the digital asset key.Returns the version name.booleanChecks whether this is the current version.voidsetComment(String comment) Specifies the comment.voidsetCurrentVersion(boolean currentVersion) Specifies whether the new version of the asset is the current version.voidsetVersionName(String versionName) Specifies the version name. 
- 
Method Details
- 
isCurrentVersion
boolean isCurrentVersion()Checks whether this is the current version. - 
setCurrentVersion
void setCurrentVersion(boolean currentVersion) Specifies whether the new version of the asset is the current version. - 
getVersionName
String getVersionName()Returns the version name. - 
setVersionName
Specifies the version name. - 
getComment
String getComment()Returns the comment. - 
setComment
Specifies the comment. - 
getKey
DigitalAssetKey getKey()Returns the digital asset key. 
 -