org.apache.turbine.om
Class SimpleKey

java.lang.Object
  |
  +--org.apache.turbine.om.ObjectKey
        |
        +--org.apache.turbine.om.SimpleKey
All Implemented Interfaces:
java.lang.Comparable, java.io.Serializable
Direct Known Subclasses:
DateKey, NumberKey, StringKey

public abstract class SimpleKey
extends ObjectKey

This empty class marks an ObjectKey as being capable of being represented as a single column in a database. It does not implement any methods.

See Also:
Serialized Form

Fields inherited from class org.apache.turbine.om.ObjectKey
key
 
Constructor Summary
SimpleKey()
           
 
Methods inherited from class org.apache.turbine.om.ObjectKey
appendTo, compareTo, getValue, hashCode, setValue
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Constructor Detail

SimpleKey

public SimpleKey()


Copyright © 1999-2001 Apache Software Foundation. All Rights Reserved.