|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.6.0) E17060-03 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
oracle.odi.domain.support.BusinessObject
oracle.odi.domain.support.PersistableValue
oracle.odi.domain.runtime.scheduling.RecurrenceAttributes.TimeOfDay
public static final class RecurrenceAttributes.TimeOfDay
TimeOfDay defines the time of the day. It is an aggregation of hours, minutes and seconds properties. This class only supports the 24-hour clock. Valid values are from 0 to 23 for hour; from 0 to 59 for minute and second.
| Constructor Summary | |
|---|---|
RecurrenceAttributes.TimeOfDay(int pHour, int pMinute, int pSecond)Constructs the instance of TimeOfDay with specified hour, minute and second numeric values. |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj) |
int |
getHour()Returns the hour part of this TimeOfDay object. |
int |
getMinute()Returns the minute part of this TimeOfDay object. |
int |
getSecond()Returns the second part of this TimeOfDay object. |
int |
hashCode() |
java.lang.String |
toString() |
| Methods inherited from class oracle.odi.domain.support.BusinessObject |
|---|
clone |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public RecurrenceAttributes.TimeOfDay(int pHour,
int pMinute,
int pSecond)
pHour - the hour part of the timepMinute - the minute part of the timepSecond - the second part of the timeDomainRuntimeException - if illegal integer values specified| Method Detail |
|---|
public int getHour()
public int getMinute()
public int getSecond()
public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object
|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.6.0) E17060-03 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||