|
||||||||
| 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 in defining escalation firing time.
| 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 |
boolean |
equals(java.lang.Object anObject)
Use this method for checking equality. |
long |
getHourmask()
Returns hours of day. |
long |
getMinute()
Returns minutes of the hour. |
long |
getMonthday()
Returns the set of days in the month. |
long |
getWeekday()
Returns days of week. |
int |
hashCode()
This method can be used to populate a hash table. |
void |
setHourmask(long hourmask)
Sets hours of day. |
void |
setMinute(long minute)
Sets minutes of the hour. |
void |
setMonthday(long monthday)
Sets the days in the month. |
void |
setWeekday(long weekday)
Sets days of week. |
| Methods inherited from class java.lang.Object |
finalize, getClass, 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()
day
represent days 1 to 31 of a month.public void setMonthday(long monthday)
public long getWeekday()
day
represent Sunday to Saturday of a week.public void setWeekday(long weekday)
public long getHourmask()
hourmask
represent hours 0 to 23 of a day.public void setHourmask(long hourmask)
public long getMinute()
public void setMinute(long minute)
public java.lang.Object clone()
throws java.lang.CloneNotSupportedException
clone in class java.lang.Objectpublic boolean equals(java.lang.Object anObject)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||