|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.7.0) E17060-04 |
|||||||||
| 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.TimeRange
public final class TimeRange
TimeRange is a value object grouping 2 time values: start time and end time.
It is used by OdiSchedule to represent daily activation period.
RecurrenceAttributes.TimeOfDay, OdiSchedule, Serialized Form| Constructor Summary | |
|---|---|
TimeRange(RecurrenceAttributes.TimeOfDay pStartTime, RecurrenceAttributes.TimeOfDay pEndTime)Constructs the TimeRange with specified start time and end time. |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj) |
RecurrenceAttributes.TimeOfDay |
getEndTime()Obtains the end time of range. |
RecurrenceAttributes.TimeOfDay |
getStartTime()Obtains the start time of range. |
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 TimeRange(RecurrenceAttributes.TimeOfDay pStartTime,
RecurrenceAttributes.TimeOfDay pEndTime)
pStartTime - start timepEndTime - end timeDomainRuntimeException - if start time or end time is null| Method Detail |
|---|
public RecurrenceAttributes.TimeOfDay getStartTime()
public RecurrenceAttributes.TimeOfDay getEndTime()
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.7.0) E17060-04 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||