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

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

Uses of BooleanKey in org.apache.torque.om
 

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

Methods in org.apache.torque.om with parameters of type BooleanKey
 void BooleanKey.setValue(BooleanKey key)
          Sets the internal representation to the same object used by key.
 

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



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