Class Individual


  • @Entity
    public class Individual
    extends Object
    This class provides an example of the inverse side of a many-to-many, uni-directional relationship
    • Field Detail

      • id

        private int id
    • Constructor Detail

      • Individual

        protected Individual()
      • Individual

        public Individual​(String name)
    • Method Detail

      • getId

        public int getId()
      • getName

        public String getName()
      • setName

        public void setName​(String name)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object