|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IJEjbSchedule
Manages @javax.ejb.Schedule annotation.
| Method Summary | |
|---|---|
String |
getDayOfMonth()
|
String |
getDayOfWeek()
|
String |
getEnd()
|
String |
getHour()
|
String |
getInfo()
|
String |
getMinute()
|
String |
getMonth()
|
String |
getSecond()
|
String |
getStart()
|
String |
getTimezone()
|
String |
getYear()
|
boolean |
isPersistent()
|
void |
setDayOfMonth(String dayOfMonth)
Sets the day of month |
void |
setDayOfWeek(String dayOfWeek)
Sets the day of week |
void |
setEnd(String end)
Sets the end time |
void |
setHour(String hour)
Sets the hour |
void |
setInfo(String info)
Sets the info |
void |
setMinute(String minute)
Sets the minute |
void |
setMonth(String month)
Sets the month |
void |
setPersistent(boolean persistent)
Sets the persistent |
void |
setSecond(String second)
Sets the seconds |
void |
setStart(String start)
Sets the start time |
void |
setTimezone(String timezone)
Sets the timezone |
void |
setYear(String year)
Sets the year |
| Method Detail |
|---|
String getSecond()
void setSecond(String second)
second - the valueString getMinute()
void setMinute(String minute)
minute - the valueString getHour()
void setHour(String hour)
hour - the valueString getDayOfMonth()
void setDayOfMonth(String dayOfMonth)
dayOfMonth - the valueString getMonth()
void setMonth(String month)
month - the valueString getDayOfWeek()
void setDayOfWeek(String dayOfWeek)
dayOfWeek - the valueString getYear()
void setYear(String year)
year - the valueString getTimezone()
void setTimezone(String timezone)
timezone - the valueString getInfo()
void setInfo(String info)
info - the valueboolean isPersistent()
void setPersistent(boolean persistent)
persistent - the valueString getStart()
void setStart(String start)
start - the valueString getEnd()
void setEnd(String end)
end - the value
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||