com.fullspan.propkeyexample.simple
Class SimpleExamplePropkeys

java.lang.Object
  extended bycom.fullspan.propkeyexample.simple.SimpleExamplePropkeys

public final class SimpleExamplePropkeys
extends java.lang.Object

Property key constants for the Music Manager application


Nested Class Summary
static class SimpleExamplePropkeys.FORM
          Titles, field labels, validation data, etc for forms and fields
 
Field Summary
static java.lang.String APPNAME
           
static java.lang.String MAX_FREE_LOGINS
          Maximum number of free logins before registering
 
Constructor Summary
SimpleExamplePropkeys()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

APPNAME

public static final java.lang.String APPNAME
See Also:
Constant Field Values

MAX_FREE_LOGINS

public static final java.lang.String MAX_FREE_LOGINS
Maximum number of free logins before registering

See Also:
Constant Field Values
Constructor Detail

SimpleExamplePropkeys

public SimpleExamplePropkeys()