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:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description GUIWorkingTime()GUIWorkingTime(String label, Date start, Date end)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompareTo(GUIWorkingTime o)StringgetDescription()DategetEnd()StringgetLabel()DategetStart()voidsetDescription(String description)voidsetEnd(Date end)voidsetLabel(String label)voidsetStart(Date start)
 
- 
- 
- 
Method Detail- 
getStartpublic Date getStart() 
 - 
setStartpublic void setStart(Date start) 
 - 
getEndpublic Date getEnd() 
 - 
setEndpublic void setEnd(Date end) 
 - 
getLabelpublic String getLabel() 
 - 
setLabelpublic void setLabel(String label) 
 - 
getDescriptionpublic String getDescription() 
 - 
setDescriptionpublic void setDescription(String description) 
 - 
compareTopublic int compareTo(GUIWorkingTime o) - Specified by:
- compareToin interface- Comparable<GUIWorkingTime>
 
 
- 
 
-