|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.kuali.student.r2.common.dto.TimeOfDayInfo
public class TimeOfDayInfo
| Constructor Summary | |
|---|---|
TimeOfDayInfo()
|
|
TimeOfDayInfo(TimeOfDay timeOfDay)
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
Compares two TimeOfDays for equality. |
Long |
getMilliSeconds()
Offset from midnight in milliseconds, representing the time portion of a day |
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)
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TimeOfDayInfo()
public TimeOfDayInfo(TimeOfDay timeOfDay)
| Method Detail |
|---|
public Long getMilliSeconds()
TimeOfDay
getMilliSeconds in interface TimeOfDaypublic void setMilliSeconds(Long milliSeconds)
public boolean isAfter(TimeOfDay timeOfDay)
timeOfDay - the specified TimeOfDay
public boolean isBefore(TimeOfDay timeOfDay)
timeOfDay - the specified TimeOfDay
public boolean equals(Object obj)
equals in class Objectobj - the object to compare with
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||