planetj.possiblevalues
Class PVClassPV

java.lang.Object
  extended byplanetj.possiblevalues.AbstractPV
      extended byplanetj.possiblevalues.PVClassPV
All Implemented Interfaces:
IPossibleValueGetter

public class PVClassPV
extends AbstractPV

Author:
PlanetJ Corporation

Field Summary
static java.lang.String KEY
           
 
Constructor Summary
PVClassPV()
          PVClassPV constructor comment.
 
Method Summary
 java.lang.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 java.lang.String KEY
See Also:
Constant Field Values
Constructor Detail

PVClassPV

public PVClassPV()
PVClassPV constructor comment.

Method Detail

getKey

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

Specified by:
getKey in class AbstractPV