Uses of Class
org.apache.torque.om.DateKey

Packages that use DateKey
org.apache.torque.om API for the classic Torque-generated object model. 
 

Uses of DateKey in org.apache.torque.om
 

Methods in org.apache.torque.om that return DateKey
static DateKey SimpleKey.keyFor(Date key)
          Creates an ObjectKey for the key object.
static DateKey SimpleKey.keyFor(DateKey key)
          Creates an ObjectKey for the key object.
 

Methods in org.apache.torque.om with parameters of type DateKey
static DateKey SimpleKey.keyFor(DateKey key)
          Creates an ObjectKey for the key object.
 void DateKey.setValue(DateKey key)
          Sets the internal representation to the same object used by key.
 

Constructors in org.apache.torque.om with parameters of type DateKey
DateKey(DateKey key)
          Creates a DateKey that is equivalent to key.
 



Copyright © 2000-2013 The Apache Software Foundation. All Rights Reserved.