com.bankframe.util
Class FastCalendar

java.lang.Object
  extended byjava.util.Calendar
      extended byjava.util.GregorianCalendar
          extended bycom.bankframe.util.FastCalendar
All Implemented Interfaces:
java.lang.Cloneable, java.io.Serializable

public class FastCalendar
extends java.util.GregorianCalendar

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.GregorianCalendar
AD, BC
 
Fields inherited from class java.util.Calendar
AM, AM_PM, APRIL, AUGUST, DATE, DAY_OF_MONTH, DAY_OF_WEEK, DAY_OF_WEEK_IN_MONTH, DAY_OF_YEAR, DECEMBER, DST_OFFSET, ERA, FEBRUARY, FIELD_COUNT, FRIDAY, HOUR, HOUR_OF_DAY, JANUARY, JULY, JUNE, MARCH, MAY, MILLISECOND, MINUTE, MONDAY, MONTH, NOVEMBER, OCTOBER, PM, SATURDAY, SECOND, SEPTEMBER, SUNDAY, THURSDAY, TUESDAY, UNDECIMBER, WEDNESDAY, WEEK_OF_MONTH, WEEK_OF_YEAR, YEAR, ZONE_OFFSET
 
Constructor Summary
FastCalendar()
           
 
Method Summary
 void appendCurrentTimeToStringBuffer(java.lang.StringBuffer buf)
          This method appends the current time from the calender into the buffer
 void setTime(long ms)
          This method sets the time for the calender
 
Methods inherited from class java.util.GregorianCalendar
add, equals, getActualMaximum, getActualMinimum, getGreatestMinimum, getGregorianChange, getLeastMaximum, getMaximum, getMinimum, hashCode, isLeapYear, roll, roll, setGregorianChange
 
Methods inherited from class java.util.Calendar
after, before, clear, clear, clone, get, getAvailableLocales, getFirstDayOfWeek, getInstance, getInstance, getInstance, getInstance, getMinimalDaysInFirstWeek, getTime, getTimeInMillis, getTimeZone, isLenient, isSet, set, set, set, set, setFirstDayOfWeek, setLenient, setMinimalDaysInFirstWeek, setTime, setTimeInMillis, setTimeZone, toString
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FastCalendar

public FastCalendar()
Method Detail

setTime

public void setTime(long ms)
This method sets the time for the calender

Parameters:
ms - is the current System time in milliseconds

appendCurrentTimeToStringBuffer

public void appendCurrentTimeToStringBuffer(java.lang.StringBuffer buf)
This method appends the current time from the calender into the buffer

Parameters:
buf - is the buffer to append the time to


Copyright © 2004 Siebel Systems, Inc. All rights reserved.