bt747.sys
Class Settings

java.lang.Object
  extended by bt747.sys.Settings

public final class Settings
extends java.lang.Object

Author:
Mario De Weerd TODO To change the template for this generated type comment go to Window - Preferences - Java - Code Style - Code Templates

Field Summary
static byte DATE_DMY
           
static byte DATE_YMD
           
 
Constructor Summary
Settings()
           
 
Method Summary
static java.lang.String getAppSettings()
           
static void setAppSettings(java.lang.String appSettings)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DATE_YMD

public static final byte DATE_YMD
See Also:
Constant Field Values

DATE_DMY

public static final byte DATE_DMY
See Also:
Constant Field Values
Constructor Detail

Settings

public Settings()
Method Detail

getAppSettings

public static final java.lang.String getAppSettings()
Returns:
the appSettings

setAppSettings

public static final void setAppSettings(java.lang.String appSettings)
Parameters:
appSettings - the appSettings to set