Class Version

    • Field Detail

      • versionName

        protected String versionName
      • comment

        protected String comment
    • Constructor Detail

      • Version

        public Version()
        Constructs a localized string.
      • Version

        public Version​(String versionName)
        Constructs a localized string.
        Parameters:
        versionName - the version name.
      • Version

        public Version​(String versionName,
                       String comment)
        Constructs a localized string.
        Parameters:
        versionName - the version name.
        comment - the comment.
    • Method Detail

      • getComment

        public String getComment()
      • setComment

        public void setComment​(String comment)
      • getVersionName

        public String getVersionName()
      • setVersionName

        public void setVersionName​(String versionName)
      • canEqual

        protected boolean canEqual​(Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object