Oracle Application Server TopLink API Reference
10g Release 2 (10.1.2)

B15903-01


oracle.toplink.internal.helper
Class CalendarWrapper

java.lang.Object
  extended byoracle.toplink.internal.helper.CalendarWrapper


public class CalendarWrapper
extends java.lang.Object

This class is used as a wrapper for Calendar. It stores a Timestamp and a timezone id.


Constructor Summary
CalendarWrapper(java.sql.Timestamp ts, java.lang.String zoneId)

Method Summary
java.sql.Timestamp getTimestamp()
java.lang.String getZoneId()

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Constructor Detail

CalendarWrapper

public CalendarWrapper(java.sql.Timestamp ts,
                       java.lang.String zoneId)

Method Detail

getTimestamp

public java.sql.Timestamp getTimestamp()

getZoneId

public java.lang.String getZoneId()

Copyright © 1998, 2005 Oracle Corporation. All Rights Reserved.