Class Event


  • public class Event
    extends Object
    this class allows to convert objects into object "Event" usable by the monthCalendar
    • Constructor Detail

      • Event

        public Event​(Event event)
    • Method Detail

      • getId

        public String getId()
        ************************
      • getName

        public String getName()
        Method declaration
        Returns:
      • getStartDate

        public Date getStartDate()
        Method declaration
        Returns:
      • setStartDate

        public void setStartDate​(Date date)
        Method declaration
        Parameters:
        date -
      • getEndDate

        public Date getEndDate()
        Method declaration
        Returns:
      • setEndDate

        public void setEndDate​(Date date)
        Method declaration
        Parameters:
        date -
      • getUrl

        public String getUrl()
        Method declaration
        Returns:
      • setPriority

        public void setPriority​(int p)
        Method declaration
        Parameters:
        p -
      • getPriority

        public int getPriority()
        Method declaration
        Returns:
      • compareTo

        public boolean compareTo​(Event evt)
        to compare the event with an other event this method return true if the event parameter span the same day, false else if
        Returns:
        boolean
      • getEndHour

        public String getEndHour()
        Returns:
      • getPlace

        public String getPlace()
        Returns:
      • getStartHour

        public String getStartHour()
        Returns:
      • setEndHour

        public void setEndHour​(String string)
        Parameters:
        string -
      • setPlace

        public void setPlace​(String string)
        Parameters:
        string -
      • setStartHour

        public void setStartHour​(String string)
        Parameters:
        string -
      • getColor

        public String getColor()
        Returns:
      • setColor

        public void setColor​(String color)
      • getInstanceId

        public String getInstanceId()
        Returns:
        instanceId
      • setInstanceId

        public void setInstanceId​(String instanceId)
        Get the InstanceId of the Event
        Parameters:
        instanceId -
      • getTooltip

        public String getTooltip()
      • setTooltip

        public void setTooltip​(String tooltip)