|
7.0 Action Request System Java API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.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()
Returns the hash code value for this instance of the current class. |
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
java.lang.CloneNotSupportedException
public boolean equals(java.lang.Object anObject)
public int hashCode()
|
7.0 Action Request System Java API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |