Class UserEventNotifications

java.lang.Object
com.example.slacks_lottoevent.UserEventNotifications

public class UserEventNotifications extends Object
UserEventNotifications is a class that represents the user's event notifications. It takes in the event's name, date, time, location, and event ID.
  • Constructor Details

    • UserEventNotifications

      public UserEventNotifications(String name, String date, String time, String location, String eventId, Boolean selected)
      UserEventNotifications is a class that represents the user's event notifications. It takes in the event's name, date, time, location, and event ID.
  • Method Details

    • getName

      public String getName()
    • getDate

      public String getDate()
    • getTime

      public String getTime()
    • getLocation

      public String getLocation()
    • getEventId

      public String getEventId()
    • getSelected

      public Boolean getSelected()