Class VersionOptions


  • public class VersionOptions
    extends java.lang.Object
    Version Options Initially, used by version revert. Should also be consistent with version options used with Node Create & Update.
    Author:
    janv
    • Constructor Summary

      Constructors 
      Constructor Description
      VersionOptions()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getComment()  
      java.lang.Boolean getMajorVersion()  
      void setComment​(java.lang.String comment)  
      void setMajorVersion​(java.lang.Boolean majorVersion)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • VersionOptions

        public VersionOptions()
    • Method Detail

      • getComment

        public java.lang.String getComment()
      • setComment

        public void setComment​(java.lang.String comment)
      • getMajorVersion

        public java.lang.Boolean getMajorVersion()
      • setMajorVersion

        public void setMajorVersion​(java.lang.Boolean majorVersion)