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

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

Uses of NumberKey in org.apache.torque.om
 

Methods in org.apache.torque.om that return NumberKey
static NumberKey SimpleKey.keyFor(BigDecimal key)
          Creates an ObjectKey for the key object.
static NumberKey SimpleKey.keyFor(double key)
          Creates an ObjectKey for the key object.
static NumberKey SimpleKey.keyFor(int key)
          Creates an ObjectKey for the key object.
static NumberKey SimpleKey.keyFor(long key)
          Creates an ObjectKey for the key object.
static NumberKey SimpleKey.keyFor(Number key)
          Creates an ObjectKey for the key object.
static NumberKey SimpleKey.keyFor(NumberKey key)
          Creates an ObjectKey for the key object.
 

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

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



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