|
|||||||||||
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(java.lang.Object obj)
|
java.util.Date |
getDate()
date Getter |
int |
getId()
This id getter |
void |
setDate(java.util.Date date)
This date setter |
void |
setId(int id)
This id setter |
static HoliDay[] |
toArray(java.lang.Object[] obj)
Helps to do the castings in a more simple way. |
java.lang.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(java.util.Date date)
public java.util.Date getDate()
public java.lang.String toString()
public boolean equals(java.lang.Object obj)
obj
- Object to compare with the Holidays Bean
public static HoliDay[] toArray(java.lang.Object[] obj)
obj
- Object to cast to CrontabEntryBean
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |