Class EventData


  • public class EventData
    extends Object
    • Constructor Detail

      • EventData

        public EventData()
    • Method Detail

      • getTitle

        public String getTitle()
        Returns:
        the title
      • setTitle

        public void setTitle​(String title)
        Parameters:
        title - the title to set
      • getDescription

        public String getDescription()
        Returns:
        the description
      • setDescription

        public void setDescription​(String description)
        Parameters:
        description - the description to set
      • getWhere

        public String getWhere()
        Returns:
        the where
      • setWhere

        public void setWhere​(String where)
        Parameters:
        where - the where to set
      • getFromDate

        public Date getFromDate()
        Returns:
        the fromDate
      • setFromDate

        public void setFromDate​(Date fromDate)
        Parameters:
        fromDate - the fromDate to set
      • getToDate

        public Date getToDate()
        Returns:
        the toDate
      • setToDate

        public void setToDate​(Date toDate)
        Parameters:
        toDate - the toDate to set