|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.tibco.bpm.web.client.model.types.WorkingDay
public class WorkingDay
TODO Give a useful description of the type.
©2012 TIBCO Software Inc.
| 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 |
|---|
public WorkingDay()
| Method Detail |
|---|
public WorkingDay.DayofWeek getDayofWeek()
public void setDayofWeek(WorkingDay.DayofWeek dayofWeek)
dayofWeek - The dayofWeek to set.public java.util.ArrayList<TimeSlot> getTimeSlots()
public void setTimeSlots(java.util.ArrayList<TimeSlot> timeSlots)
timeSlots - The timeSlots to set.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||