Class Group


  • @Entity
    public class Group
    extends Object
    This class provides an example of the owning side of a many-to-many, uni-directional relationship.
    • Constructor Detail

      • Group

        protected Group()
      • Group

        public Group​(String name)
    • Method Detail

      • getId

        public int getId()
      • getName

        public String getName()
      • setName

        public void setName​(String name)