com.tibco.bpm.web.client.model.types
Class WorkingDay

java.lang.Object
  extended by com.tibco.bpm.web.client.model.types.WorkingDay
All Implemented Interfaces:
com.google.gwt.user.client.rpc.IsSerializable

public class WorkingDay
extends java.lang.Object
implements com.google.gwt.user.client.rpc.IsSerializable

TODO Give a useful description of the type.

©2012 Cloud Software Group, Inc.

Since:
TODO

Nested Class Summary
static class WorkingDay.DayofWeek
           
 
Constructor Summary
WorkingDay()
          TODO Describe this method
 
Method Summary
 WorkingDay.DayofWeek getDayofWeek()
          TODO Describe this method
 java.util.ArrayList<TimeSlot> getTimeSlots()
          TODO Describe this method
 void setDayofWeek(WorkingDay.DayofWeek dayofWeek)
          TODO Describe this method
 void setTimeSlots(java.util.ArrayList<TimeSlot> timeSlots)
          TODO Describe this method
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WorkingDay

public WorkingDay()
TODO Describe this method

Method Detail

getDayofWeek

public WorkingDay.DayofWeek getDayofWeek()
TODO Describe this method

Returns:
Returns the dayofWeek.

setDayofWeek

public void setDayofWeek(WorkingDay.DayofWeek dayofWeek)
TODO Describe this method

Parameters:
dayofWeek - The dayofWeek to set.

getTimeSlots

public java.util.ArrayList<TimeSlot> getTimeSlots()
TODO Describe this method

Returns:
Returns the timeSlots.

setTimeSlots

public void setTimeSlots(java.util.ArrayList<TimeSlot> timeSlots)
TODO Describe this method

Parameters:
timeSlots - The timeSlots to set.


Copyright © 2015 Cloud Software Group, Inc. All Rights Reserved.