Class Person

    • Constructor Detail

      • Person

        public Person()
      • Person

        public Person​(Long id,
                      String fullName)
    • Method Detail

      • getId

        public Long getId()
      • setId

        public void setId​(Long id)
      • getFullName

        public String getFullName()
      • setFullName

        public void setFullName​(String fullName)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object