public class TimeOfDayInfo extends Object implements TimeOfDay, Serializable
Constructor and Description |
---|
TimeOfDayInfo() |
TimeOfDayInfo(TimeOfDay timeOfDay) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj)
Compares two TimeOfDays for equality.
|
Long |
getMilliSeconds()
Offset from midnight in milliseconds, representing the time portion of a day
|
int |
hashCode() |
boolean |
isAfter(TimeOfDay timeOfDay)
Tests if this TimeOfDay is after the specified TimeOfDay.
|
boolean |
isBefore(TimeOfDay timeOfDay)
Tests if this TimeOfDay is before the specified TimeOfDay.
|
void |
setMilliSeconds(Long milliSeconds) |
String |
toString() |
public TimeOfDayInfo()
public TimeOfDayInfo(TimeOfDay timeOfDay)
public Long getMilliSeconds()
TimeOfDay
getMilliSeconds
in interface TimeOfDay
public void setMilliSeconds(Long milliSeconds)
public boolean isAfter(TimeOfDay timeOfDay)
timeOfDay
- the specified TimeOfDaypublic boolean isBefore(TimeOfDay timeOfDay)
timeOfDay
- the specified TimeOfDaypublic boolean equals(Object obj)
Copyright © 2004-2014 The Kuali Foundation. All Rights Reserved.