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 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

      void setVersionName(String versionName)
      Specifies the version name.
    • getComment

      String getComment()
      Returns the comment.
    • setComment

      void setComment(String comment)
      Specifies the comment.
    • getKey

      DigitalAssetKey getKey()
      Returns the digital asset key.