planetj.possiblevalues
Class MonthFieldPV

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

public class MonthFieldPV
extends AbstractPV


Field Summary
static String KEY
           
 
Constructor Summary
MonthFieldPV()
          StateFieldPossibleValues constructor comment.
 
Method Summary
 String getKey()
          Get the key for this possible value class.
 String[] getOrderByColumnNames()
          Subclasses must override this method if they want their possible values in a certain order Creation date: (7/2/2002 12:21:04 AM)
 
Methods inherited from class planetj.possiblevalues.AbstractPV
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

MonthFieldPV

public MonthFieldPV()
StateFieldPossibleValues 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

getOrderByColumnNames

public String[] getOrderByColumnNames()
Subclasses must override this method if they want their possible values in a certain order Creation date: (7/2/2002 12:21:04 AM)

Overrides:
getOrderByColumnNames in class AbstractPV
Returns:
String array of columns to order by