CLRA 0.1.2

com.clra.web
Class Configuration

java.lang.Object
  |
  +--com.clra.web.Configuration

public class Configuration
extends Object

A collection of configurable properties used by this package.

Version:
$Id: Configuration.java,v 1.2 2002/01/30 15:22:19 rphall Exp $
Author:
Rick Hall

Field Summary
static String KEY_MEMBER
           
static String MEMBER_PROPERTY
           
static String PN_KEY_MEMBER
          Name of the property that holds the default Member key
static String PN_MEMBER_PROPERTY
          Name of the property that holds the default MemberTag property
static String PN_PREFIX_SQL_BOAT
          Boat SQL property-name prefix
static String PN_PREFIX_SQL_OARSET
          Oarset SQL property-name prefix
static String PN_SQL_BOAT_01
          All Boats
static String PN_SQL_BOAT_02
          Specific Boat by id
static String PN_SQL_BOAT_03
          Specific Boat by name
static String PN_SQL_OARSET_01
          All Oarsets
static String PN_SQL_OARSET_02
          Specific Oarset by id
static String PN_SQL_OARSET_03
          Specific Oarset by name
static String SQL_BOAT_01
          SQL that selects all boats
static String SQL_BOAT_02
          SQL that selects a boat by id
static String SQL_BOAT_03
          SQL that selects a boat by name
static String SQL_OARSET_01
          SQL that selects all oarsets
static String SQL_OARSET_02
          SQL that selects a oarset by id
static String SQL_OARSET_03
          SQL that selects a oarset by name
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PN_KEY_MEMBER

public static final String PN_KEY_MEMBER
Name of the property that holds the default Member key

PN_MEMBER_PROPERTY

public static final String PN_MEMBER_PROPERTY
Name of the property that holds the default MemberTag property

PN_PREFIX_SQL_BOAT

public static final String PN_PREFIX_SQL_BOAT
Boat SQL property-name prefix

PN_SQL_BOAT_01

public static final String PN_SQL_BOAT_01
All Boats

PN_SQL_BOAT_02

public static final String PN_SQL_BOAT_02
Specific Boat by id

PN_SQL_BOAT_03

public static final String PN_SQL_BOAT_03
Specific Boat by name

PN_PREFIX_SQL_OARSET

public static final String PN_PREFIX_SQL_OARSET
Oarset SQL property-name prefix

PN_SQL_OARSET_01

public static final String PN_SQL_OARSET_01
All Oarsets

PN_SQL_OARSET_02

public static final String PN_SQL_OARSET_02
Specific Oarset by id

PN_SQL_OARSET_03

public static final String PN_SQL_OARSET_03
Specific Oarset by name

KEY_MEMBER

public static String KEY_MEMBER

MEMBER_PROPERTY

public static String MEMBER_PROPERTY

SQL_BOAT_01

public static String SQL_BOAT_01
SQL that selects all boats

SQL_BOAT_02

public static String SQL_BOAT_02
SQL that selects a boat by id

SQL_BOAT_03

public static String SQL_BOAT_03
SQL that selects a boat by name

SQL_OARSET_01

public static String SQL_OARSET_01
SQL that selects all oarsets

SQL_OARSET_02

public static String SQL_OARSET_02
SQL that selects a oarset by id

SQL_OARSET_03

public static String SQL_OARSET_03
SQL that selects a oarset by name

CLRA 0.1.2