|
Action Request System Java API | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--com.remedy.arsys.api.DayInfo
The DayInfo class is used to specify
date and time information.
| Constructor Summary | |
DayInfo()
constructor |
|
DayInfo(long monthday,
long weekday,
long hourmask,
long minute)
|
|
| Method Summary | |
java.lang.Object |
clone()
Clone implementation that returns an Object with data cloned from self |
long |
getHourmask()
Returns hour of day. |
long |
getMinute()
Returns minutes. |
long |
getMonthday()
Returns month. |
long |
getWeekday()
Returns day of week. |
void |
setHourmask(long hourmask)
Sets hour of day. |
void |
setMinute(long minute)
Sets minutes. |
void |
setMonthday(long monthday)
Sets month. |
void |
setWeekday(long weekday)
Sets day of week. |
| Methods inherited from class java.lang.Object |
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
| Constructor Detail |
public DayInfo()
public DayInfo(long monthday,
long weekday,
long hourmask,
long minute)
| Method Detail |
public long getMonthday()
public void setMonthday(long monthday)
public long getWeekday()
public void setWeekday(long weekday)
public long getHourmask()
public void setHourmask(long hourmask)
public long getMinute()
public void setMinute(long minute)
public java.lang.Object clone()
throws java.lang.CloneNotSupportedException
|
Action Request System Java API | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||