org.ow2.orchestra.pvm.internal.cal
Class Holiday
java.lang.Object
org.ow2.orchestra.pvm.internal.cal.Holiday
- All Implemented Interfaces:
- Serializable
public class Holiday
- extends Object
- implements Serializable
identifies a continuous set of days.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
oid
protected long oid
version
protected int version
fromDay
protected Date fromDay
toDay
protected Date toDay
businessCalendar
protected BusinessCalendar businessCalendar
Holiday
public Holiday()
includes
public boolean includes(Date date)
getBusinessCalendar
public BusinessCalendar getBusinessCalendar()
setBusinessCalendar
public void setBusinessCalendar(BusinessCalendar businessCalendar)
getFromDay
public Date getFromDay()
setFromDay
public void setFromDay(Date fromDay)
getToDay
public Date getToDay()
setToDay
public void setToDay(Date toDay)
Copyright © 2011 OW2 Consortium. All Rights Reserved.