|
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.ExplicitDate
public class ExplicitDate
ExplicitDate is a value object representing date and time in the scheduling package.
Recurrence, OdiSchedule, RecurrenceAttributes.Year, RecurrenceAttributes.MonthOfYear, RecurrenceAttributes.DayOfMonth, RecurrenceAttributes.TimeOfDay, Serialized Form| Constructor Summary | |
|---|---|
ExplicitDate(java.util.Calendar pCalendar)Constructs the instance of ExplicitDate from java.util.Calendar object. |
|
ExplicitDate(RecurrenceAttributes.Year pYear, RecurrenceAttributes.MonthOfYear pMonth, RecurrenceAttributes.DayOfMonth pDay, RecurrenceAttributes.TimeOfDay pTime)Constructs the instance of ExplicitDate with specified year, month, day and time. |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj) |
RecurrenceAttributes.DayOfMonth |
getDay()Returns the day of month. |
RecurrenceAttributes.MonthOfYear |
getMonth()Returns the month. |
RecurrenceAttributes.TimeOfDay |
getTime()Returns time of day. |
RecurrenceAttributes.Year |
getYear()Returns the year. |
int |
hashCode() |
java.util.Calendar |
toCalendar()Obtains the java.util.Calendar instance based on this ExplicitDate's properties. |
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 ExplicitDate(RecurrenceAttributes.Year pYear,
RecurrenceAttributes.MonthOfYear pMonth,
RecurrenceAttributes.DayOfMonth pDay,
RecurrenceAttributes.TimeOfDay pTime)
pYear - yearpMonth - monthpDay - day of monthpTime - time of dayDomainRuntimeException - if specified year, month, day or time is nullRecurrenceAttributes.TimeOfDaypublic ExplicitDate(java.util.Calendar pCalendar)
pCalendar - calendarDomainRuntimeException - if null specified| Method Detail |
|---|
public java.util.Calendar toCalendar()
public RecurrenceAttributes.Year getYear()
RecurrenceAttributes.Yearpublic RecurrenceAttributes.MonthOfYear getMonth()
RecurrenceAttributes.MonthOfYearpublic RecurrenceAttributes.DayOfMonth getDay()
RecurrenceAttributes.DayOfMonthpublic RecurrenceAttributes.TimeOfDay getTime()
RecurrenceAttributes.TimeOfDaypublic 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 | |||||||||