Skip navigation links

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

E17060-04


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

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.Year

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

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

Wrapper class on top of the primitive integer value, representing year.

Minimum supported value is 1900. Maximum supported value is 9999.

Since:
11.1.1.6.0
See Also:
Serialized Form

Constructor Summary
RecurrenceAttributes.Year(int pValue)
          Constructs an instance of Year representing the specified int value.

 

Method Summary
 boolean equals(java.lang.Object obj)
           
 int getValue()
          Returns numeric value represented by this 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.Year

public RecurrenceAttributes.Year(int pValue)
Constructs an instance of Year representing the specified int value. The value should be between 1900 and 9999.
Parameters:
pValue - value
Throws:
DomainRuntimeException - if specified value is invalid

Method Detail

getValue

public int getValue()
Returns numeric value represented by this object.
Returns:
numeric value

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.7.0)

E17060-04


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