rjw.dc.core
Class Repository.settings

java.lang.Object
  |
  +--rjw.dc.core.Repository.settings
Enclosing class:
Repository

public static final class Repository.settings
extends java.lang.Object


Field Summary
static java.lang.String stCheckRequiredFields
           
static java.lang.String stCheckUniqueness
           
static java.lang.String stColor
           
static java.lang.String stConnectionString
           
static java.lang.String stDatabaseDriver
           
static java.lang.String stHTTPUserAgent
           
static java.lang.String stIMDBOverwriteExistingValues
           
static java.lang.String stImdbSearchFormViewSize
           
static java.lang.String stLoadDemoData
           
static java.lang.String stMainViewSize
           
static java.lang.String stMaximumSearchRes
           
static java.lang.String stModule
           
static java.lang.String stMovieExportFile
           
static java.lang.String stMovieImportFile
           
static java.lang.String stMovieRequiredFields
           
static java.lang.String stMP3ExportFile
           
static java.lang.String stMP3ImportFile
           
static java.lang.String stMP3OrganizerViewSize
           
static java.lang.String stMp3RequiredFields
           
static java.lang.String stODB
           
static java.lang.String stODBPassword
           
static java.lang.String stODBUserName
           
static java.lang.String stProxyServerName
           
static java.lang.String stProxyServerPort
           
static java.lang.String stRecordFormViewSize
           
static java.lang.String stSettingsViewSize
           
static java.lang.String stSoftExportFile
           
static java.lang.String stSoftImportFile
           
static java.lang.String stSoftwareCatRequiredFields
           
static java.lang.String stSoftwareRequiredFields
           
 
Constructor Summary
Repository.settings()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

stCheckRequiredFields

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

stCheckUniqueness

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

stColor

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

stDatabaseDriver

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

stConnectionString

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

stLoadDemoData

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

stMaximumSearchRes

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

stMP3ExportFile

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

stMP3ImportFile

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

stSoftExportFile

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

stSoftImportFile

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

stMovieExportFile

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

stMovieImportFile

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

stModule

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

stODB

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

stODBUserName

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

stODBPassword

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

stHTTPUserAgent

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

stProxyServerName

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

stProxyServerPort

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

stSettingsViewSize

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

stImdbSearchFormViewSize

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

stMainViewSize

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

stRecordFormViewSize

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

stMP3OrganizerViewSize

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

stMovieRequiredFields

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

stMp3RequiredFields

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

stSoftwareRequiredFields

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

stSoftwareCatRequiredFields

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

stIMDBOverwriteExistingValues

public static final java.lang.String stIMDBOverwriteExistingValues
See Also:
Constant Field Values
Constructor Detail

Repository.settings

public Repository.settings()