Großmarkt

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

Field Summary
 
Fields inherited from class sale.CalendarTime
DATE, HOUR, MINUTE, MONTH, SECOND, YEAR
 
Constructor Summary
CalendarTime()
           
 
Method Summary
 Object getTime()
           
 void setTime(Object oTime)
          Sets a new time.
 
Methods inherited from class sale.CalendarTime
getCalendar, getDefaultInterval, getTimeStamp, goAhead, setTimeToCount, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CalendarTime

public CalendarTime()
Method Detail

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

Großmarkt