Class GUIWorkingTime

java.lang.Object
com.logicaldoc.gui.common.client.beans.GUIWorkingTime
All Implemented Interfaces:
Serializable, Comparable<GUIWorkingTime>

public class GUIWorkingTime extends Object implements Serializable, Comparable<GUIWorkingTime>
A working time slot to be used in the GUI
Since:
8.7.2
Author:
Marco Meschieri - LogicalDOC
See Also:
  • Constructor Details

    • GUIWorkingTime

      public GUIWorkingTime()
    • GUIWorkingTime

      public GUIWorkingTime(String label, Date start, Date end)
  • Method Details

    • getStart

      public Date getStart()
    • setStart

      public void setStart(Date start)
    • getEnd

      public Date getEnd()
    • setEnd

      public void setEnd(Date end)
    • getLabel

      public String getLabel()
    • setLabel

      public void setLabel(String label)
    • getDescription

      public String getDescription()
    • setDescription

      public void setDescription(String description)
    • compareTo

      public int compareTo(GUIWorkingTime o)
      Specified by:
      compareTo in interface Comparable<GUIWorkingTime>
    • equals

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

      public int hashCode()
      Overrides:
      hashCode in class Object