public static final class RecurrenceAttributes.TimeOfDay
extends PersistableValue
Constructor and Description |
---|
TimeOfDay(int pHour,
int pMinute,
int pSecond)
Constructs the instance of TimeOfDay with specified hour, minute and
second numeric values.
|
Modifier and Type | Method and Description |
---|---|
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() |
public 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 specifiedpublic int getHour()
public int getMinute()
public int getSecond()
public int hashCode()
public boolean equals(java.lang.Object obj)
public java.lang.String toString()