Oracle Fusion Middleware Java API Reference for Oracle ADF Mobile Client
11g Release 1 (11.1.1)

E17503-02

oracle.jbo.domain
Class Timestamp

java.lang.Object
  extended by java.util.Date
      extended by oracle.adfnmc.java.sql.Timestamp
          extended by oracle.jbo.domain.Timestamp
All Implemented Interfaces:
Comparable

public class Timestamp
extends Timestamp


Field Summary
static java.lang.Class CLASS_INSTANCE
           
static java.lang.String CLASS_INSTANCE_NAME
           
 
Constructor Summary
Timestamp(java.util.Date value)
           
Timestamp(Date value)
           
Timestamp(long date)
           
Timestamp(Timestamp value)
           
 
Method Summary
static Timestamp toJboTimestamp(java.lang.Object value)
           
 
Methods inherited from class oracle.adfnmc.java.sql.Timestamp
after, before, compareTo, compareTo, compareTo, equals, equals, getNanos, getTime, setNanos, setTime, toString, valueOf
 
Methods inherited from class java.util.Date
hashCode
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

CLASS_INSTANCE

public static final java.lang.Class CLASS_INSTANCE

CLASS_INSTANCE_NAME

public static final java.lang.String CLASS_INSTANCE_NAME
Constructor Detail

Timestamp

public Timestamp(long date)

Timestamp

public Timestamp(java.util.Date value)

Timestamp

public Timestamp(Timestamp value)

Timestamp

public Timestamp(Date value)
Method Detail

toJboTimestamp

public static Timestamp toJboTimestamp(java.lang.Object value)

Oracle Fusion Middleware Java API Reference for Oracle ADF Mobile Client
11g Release 1 (11.1.1)

E17503-02

Copyright © 2011, Oracle and/or its affiliates. All rights reserved.