|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jcrontab.data.HoliDay
This Bean reresents the basis to build BussnesDays logic, basically represents the Holiday
Constructor Summary | |
HoliDay()
|
Method Summary | |
boolean |
equals(Object obj)
|
Date |
getDate()
date Getter |
int |
getId()
This id getter |
void |
setDate(Date date)
This date setter |
void |
setId(int id)
This id setter |
static HoliDay[] |
toArray(Object[] obj)
Helps to do the castings in a more simple way. |
String |
toString()
Represents the HoliDay in ASCII format |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public HoliDay()
Method Detail |
public void setId(int id)
id
- int the id of this beanpublic int getId()
public void setDate(Date date)
public Date getDate()
public String toString()
public boolean equals(Object obj)
obj
- Object to compare with the Holidays Bean
public static HoliDay[] toArray(Object[] obj)
obj
- Object to cast to CrontabEntryBean
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |