Class CalendarEventBean

java.lang.Object
ch.tocco.nice2.optional.calendar.impl.rest.beans.CalendarEventBean

public class CalendarEventBean extends Object
  • Constructor Details

    • CalendarEventBean

      public CalendarEventBean()
  • Method Details

    • getStart

      public long getStart()
    • setStart

      public void setStart(long start)
    • getEnd

      public long getEnd()
    • setEnd

      public void setEnd(long end)
    • getLabel

      public String getLabel()
    • setLabel

      public void setLabel(String label)
    • getDescription

      public String getDescription()
    • setDescription

      public void setDescription(String description)
    • getConflict

      public String getConflict()
    • setConflict

      public void setConflict(String conflict)
    • getSource

      public SourceBean getSource()
    • setSource

      public void setSource(SourceBean source)
    • getColor

      public String getColor()
    • setColor

      public void setColor(String color)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object