planetj.possiblevalues
Class FieldClassPV

java.lang.Object
  |
  +--planetj.possiblevalues.AbstractPV
        |
        +--planetj.possiblevalues.FieldClassPV
All Implemented Interfaces:
IPossibleValueGetter

public class FieldClassPV
extends AbstractPV

Author:
PlanetJ Corporation

Field Summary
static String KEY
           
 
Constructor Summary
FieldClassPV()
          FieldClassPV constructor comment.
 
Method Summary
 String getKey()
          Get the key for this possible value class.
 
Methods inherited from class planetj.possiblevalues.AbstractPV
getOrderByColumnNames, getPossibleValues
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

KEY

public static final String KEY
See Also:
Constant Field Values
Constructor Detail

FieldClassPV

public FieldClassPV()
FieldClassPV constructor comment.

Method Detail

getKey

public String getKey()
Description copied from class: AbstractPV
Get the key for this possible value class.

Specified by:
getKey in class AbstractPV