Class Rider


  • @Entity
    public class Rider
    extends Object
    This class provides an example of an entity class on the many side of a one-to-many, uni-directional relationship that will be referenced through a JoinTable.
    • Field Detail

      • id

        private int id
    • Constructor Detail

      • Rider

        public Rider()
      • Rider

        public Rider​(int id)
    • Method Detail

      • getId

        public int getId()
      • getName

        public String getName()
      • setName

        public void setName​(String name)