Class ParticipantList

java.lang.Object
com.example.skeddly.business.TicketList
com.example.skeddly.business.ParticipantList

public class ParticipantList extends TicketList
Class for list of participants in an event.
  • Constructor Details

    • ParticipantList

      public ParticipantList(int max)
      Constructor for ParticipantList.
      Parameters:
      max - The maximum number of tickets that can be in the list.
    • ParticipantList

      public ParticipantList()
      Constructor for ParticipantList.