cdx.scorebot.app
Class WrapperSettings

java.lang.Object
  extended by cdx.scorebot.app.WrapperSettings

public class WrapperSettings
extends java.lang.Object

Contains the settings for a given WrapperGUI session. Includes reporting and automatic scheduling settings.

Author:
David Underhill

Constructor Summary
WrapperSettings()
           
 
Method Summary
 boolean genAB()
          gets whether or not to generate the all + basic report
 boolean genAF()
          gets whether or not to generate the all + full report
 boolean genLB()
          gets whether or not to generate the limited + basic report
 boolean genLF()
          gets whether or not to generate the limited + full report
 java.lang.String getDirAB()
          gets the output directory for the all + basic report
 java.lang.String getDirAF()
          gets the output directory for the all + full report
 java.lang.String getDirLB()
          gets the output directory for the limited + basic report
 java.lang.String getDirLF()
          gets the output directory for the limited + full report
 int getGenScopeIndex()
          gets the index of the cboScope which is selected
 int getGenTypeIndex()
          gets the index of the cboType which is selected
 int getIntervalMin()
          gets the number of minutes between compilations
 void setDirAB(java.lang.String dirAB)
          sets the output directory for the all + basic report
 void setDirAF(java.lang.String dirAF)
          sets the output directory for the all + full report
 void setDirLB(java.lang.String dirLB)
          sets the output directory for the limited + basic report
 void setDirLF(java.lang.String dirLF)
          sets the output directory for the limited + full report
 void setGenAB(boolean genAB)
          sets whether or not to generate the all + basic report
 void setGenAF(boolean genAF)
          sets whether or not to generate the all + full report
 void setGenLB(boolean genLB)
          sets whether or not to generate the limited + basic report
 void setGenLF(boolean genLF)
          sets whether or not to generate the limited + full report
 void setGenScopeIndex(int genScopeIndex)
          sets the index of the cboScope which is selected
 void setGenTypeIndex(int genTypeIndex)
          sets the index of the cboType which is selected
 void setIntervalMin(int intervalMin)
          sets the number of minutes between compilations
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WrapperSettings

public WrapperSettings()
Method Detail

getIntervalMin

public int getIntervalMin()
gets the number of minutes between compilations


setIntervalMin

public void setIntervalMin(int intervalMin)
sets the number of minutes between compilations


genLB

public boolean genLB()
gets whether or not to generate the limited + basic report


setGenLB

public void setGenLB(boolean genLB)
sets whether or not to generate the limited + basic report


genLF

public boolean genLF()
gets whether or not to generate the limited + full report


setGenLF

public void setGenLF(boolean genLF)
sets whether or not to generate the limited + full report


genAB

public boolean genAB()
gets whether or not to generate the all + basic report


setGenAB

public void setGenAB(boolean genAB)
sets whether or not to generate the all + basic report


genAF

public boolean genAF()
gets whether or not to generate the all + full report


setGenAF

public void setGenAF(boolean genAF)
sets whether or not to generate the all + full report


getDirLB

public java.lang.String getDirLB()
gets the output directory for the limited + basic report


setDirLB

public void setDirLB(java.lang.String dirLB)
sets the output directory for the limited + basic report


getDirLF

public java.lang.String getDirLF()
gets the output directory for the limited + full report


setDirLF

public void setDirLF(java.lang.String dirLF)
sets the output directory for the limited + full report


getDirAB

public java.lang.String getDirAB()
gets the output directory for the all + basic report


setDirAB

public void setDirAB(java.lang.String dirAB)
sets the output directory for the all + basic report


getDirAF

public java.lang.String getDirAF()
gets the output directory for the all + full report


setDirAF

public void setDirAF(java.lang.String dirAF)
sets the output directory for the all + full report


getGenScopeIndex

public int getGenScopeIndex()
gets the index of the cboScope which is selected


setGenScopeIndex

public void setGenScopeIndex(int genScopeIndex)
sets the index of the cboScope which is selected


getGenTypeIndex

public int getGenTypeIndex()
gets the index of the cboType which is selected


setGenTypeIndex

public void setGenTypeIndex(int genTypeIndex)
sets the index of the cboType which is selected