Class PDVersion

    • Constructor Detail

      • PDVersion

        public PDVersion​(int major,
                         int minor,
                         int patch)
    • Method Detail

      • isDraft

        public boolean isDraft()
      • getMajor

        public int getMajor()
      • getMinor

        public int getMinor()
      • getPatch

        public int getPatch()
      • canEqual

        protected boolean canEqual​(Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object