market
Class CalendarTime
java.lang.Object
sale.CalendarTime
market.CalendarTime
- All Implemented Interfaces:
- Serializable, Time
public class CalendarTime
- extends CalendarTime
The time for the market.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CalendarTime
public CalendarTime()
getTime
public Object getTime()
- Specified by:
getTime
in interface Time
- Overrides:
getTime
in class CalendarTime
- Returns:
- the current time.
setTime
public void setTime(Object oTime)
throws IllegalArgumentException
- Sets a new time.
- Specified by:
setTime
in interface Time
- Overrides:
setTime
in class CalendarTime
- Parameters:
oTime
- the time to be set.
- Throws:
IllegalArgumentException