Skip navigation links

Oracle® Data Integrator Java API Reference
11g Release 1 (11.1.1.6.0)

E17060-03


oracle.odi.domain.runtime.scheduling
Class RecurrenceAttributes.TimeOfDay

java.lang.Object
  extended by oracle.odi.domain.support.BusinessObject
      extended by oracle.odi.domain.support.PersistableValue
          extended by oracle.odi.domain.runtime.scheduling.RecurrenceAttributes.TimeOfDay

All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable
Enclosing class:
RecurrenceAttributes

public static final class RecurrenceAttributes.TimeOfDay
extends oracle.odi.domain.support.PersistableValue

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.

Since:
11.1.1.6.0
See Also:
Serialized Form

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

RecurrenceAttributes.TimeOfDay

public RecurrenceAttributes.TimeOfDay(int pHour,
                                      int pMinute,
                                      int pSecond)
Constructs the instance of TimeOfDay with specified hour, minute and second numeric values.
Parameters:
pHour - the hour part of the time
pMinute - the minute part of the time
pSecond - the second part of the time
Throws:
DomainRuntimeException - if illegal integer values specified

Method Detail

getHour

public int getHour()
Returns the hour part of this TimeOfDay object.
Returns:
numeric hour part

getMinute

public int getMinute()
Returns the minute part of this TimeOfDay object.
Returns:
numeric minute part

getSecond

public int getSecond()
Returns the second part of this TimeOfDay object.
Returns:
numeric second part

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

Skip navigation links

Oracle® Data Integrator Java API Reference
11g Release 1 (11.1.1.6.0)

E17060-03


Copyright © 2011, Oracle and/or its affiliates. All rights reserved.