planetj.possiblevalues
Class ConcurrencyPV
java.lang.Object
|
+--planetj.possiblevalues.AbstractPV
|
+--planetj.possiblevalues.ConcurrencyPV
- All Implemented Interfaces:
- IPossibleValueGetter
- public class ConcurrencyPV
- extends AbstractPV
Constructor Summary |
ConcurrencyPV()
SQLTypePV 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) |
KEY
public static final String KEY
- See Also:
- Constant Field Values
ConcurrencyPV
public ConcurrencyPV()
- SQLTypePV constructor comment.
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