|
||||||||||
| 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.NewWorkingDayExclusion
public class NewWorkingDayExclusion
TODO Give a useful description of the type.
©2012 TIBCO Software Inc.
| Nested Class Summary | |
|---|---|
static class |
NewWorkingDayExclusion.FreeBusy
TODO Give a useful description of the type. |
| Constructor Summary | |
|---|---|
NewWorkingDayExclusion()
TODO Describe this method |
|
| Method Summary | |
|---|---|
CalendarDay |
getDay()
|
java.lang.String |
getDescription()
TODO Describe this method |
TimeHmm |
getEnd()
TODO Describe this method |
NewWorkingDayExclusion.FreeBusy |
getFreeBusy()
TODO Describe this method |
TimeHmm |
getStart()
TODO Describe this method |
boolean |
isAllDay()
TODO Describe this method |
void |
setAllDay(boolean allDay)
TODO Describe this method |
void |
setDay(CalendarDay day)
|
void |
setDescription(java.lang.String description)
TODO Describe this method |
void |
setEnd(TimeHmm end)
TODO Describe this method |
void |
setFreeBusy(NewWorkingDayExclusion.FreeBusy freeBusy)
TODO Describe this method |
void |
setStart(TimeHmm start)
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 NewWorkingDayExclusion()
| Method Detail |
|---|
public NewWorkingDayExclusion.FreeBusy getFreeBusy()
public void setFreeBusy(NewWorkingDayExclusion.FreeBusy freeBusy)
freeBusy - The freeBusy to set.public boolean isAllDay()
public void setAllDay(boolean allDay)
allDay - The allDay to set.public java.lang.String getDescription()
public void setDescription(java.lang.String description)
description - The description to set.public TimeHmm getStart()
public void setStart(TimeHmm start)
start - The start to set.public TimeHmm getEnd()
public void setEnd(TimeHmm end)
end - The end to set.public CalendarDay getDay()
public void setDay(CalendarDay day)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||