com.partnersoft.v3x.apps.Staker.FieldStaker
Class StakerPreferences

java.lang.Object
  extended by com.partnersoft.v3x.apps.Staker.FieldStaker.StakerPreferences
All Implemented Interfaces:
java.io.Serializable

public class StakerPreferences
extends java.lang.Object
implements java.io.Serializable

Holds the seat-specific preferences for the FieldStaker.

See Also:
Serialized Form

Constructor Summary
StakerPreferences()
          Create a new StakerPreferences.
 
Method Summary
 boolean getAskAboutAssociatedUnits()
          If true, pops open a verification window when associated units are added.
 java.lang.String getCardDir()
          Name of cardDir.
 java.lang.String getDefaultMobileDevice()
           
 java.lang.String getHTMLViewApp()
          command used to view reports etc.
 java.lang.String getLibraryAddress()
          Network address and port of JobLibrary.
 java.lang.String getLinetypeName()
           
 boolean getMapCopyPopupWindow()
          If true, pops open a verification window when associated units are added.
 java.lang.String getMapDir()
          Directory where map image tree is located.
 java.lang.String getOtherDir()
          Name of cardDir.
 java.lang.String getPalmDir()
          Name of palmDir.
 java.lang.String getProjection()
          Name of projection.
 java.lang.String getStaker()
          Name of staker.
 int getWindowHeight()
          height of various staker windows.
 java.awt.Dimension getWindowSize()
           
 int getWindowWidth()
          Width of various staker windows.
 void setAskAboutAssociatedUnits(boolean tizit)
           
 void setCardDir(java.lang.String newCardDir)
          Name of cardDir.
 void setDefaultMobileDevice(java.lang.String name)
           
 void setHTMLViewApp(java.lang.String newHTMLViewApp)
          command used to view reports etc.
 void setLibraryAddress(java.lang.String newLibraryAddress)
          Network address and port of JobLibrary.
 void setLinetypeName(java.lang.String newLinetype)
           
 void setMapCopyPopupWindow(boolean tizit)
           
 void setMapDir(java.lang.String newMapDir)
          Directory where map image tree is located.
 void setOtherDir(java.lang.String newOtherDir)
          Name of otherDir.
 void setPalmDir(java.lang.String newPalmDir)
          Name of palmDir.
 void setProjection(java.lang.String newProjection)
          Name of projection.
 void setStaker(java.lang.String newStaker)
          Name of staker.
 void setWindowHeight(int newWindowHeight)
          height of various staker windows.
 void setWindowWidth(int newWindowWidth)
          Width of various staker windows.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StakerPreferences

public StakerPreferences()
Create a new StakerPreferences.

Method Detail

getLinetypeName

public java.lang.String getLinetypeName()

setLinetypeName

public void setLinetypeName(java.lang.String newLinetype)

getDefaultMobileDevice

public java.lang.String getDefaultMobileDevice()

setDefaultMobileDevice

public void setDefaultMobileDevice(java.lang.String name)

getHTMLViewApp

public java.lang.String getHTMLViewApp()
command used to view reports etc.


setHTMLViewApp

public void setHTMLViewApp(java.lang.String newHTMLViewApp)
command used to view reports etc.


getLibraryAddress

public java.lang.String getLibraryAddress()
Network address and port of JobLibrary.


setLibraryAddress

public void setLibraryAddress(java.lang.String newLibraryAddress)
Network address and port of JobLibrary.


getMapDir

public java.lang.String getMapDir()
Directory where map image tree is located.


setMapDir

public void setMapDir(java.lang.String newMapDir)
Directory where map image tree is located.


getStaker

public java.lang.String getStaker()
Name of staker.


setStaker

public void setStaker(java.lang.String newStaker)
Name of staker.


getProjection

public java.lang.String getProjection()
Name of projection.


setProjection

public void setProjection(java.lang.String newProjection)
Name of projection.


getPalmDir

public java.lang.String getPalmDir()
Name of palmDir.


setPalmDir

public void setPalmDir(java.lang.String newPalmDir)
Name of palmDir.


getCardDir

public java.lang.String getCardDir()
Name of cardDir.


setCardDir

public void setCardDir(java.lang.String newCardDir)
Name of cardDir.


getOtherDir

public java.lang.String getOtherDir()
Name of cardDir.


setOtherDir

public void setOtherDir(java.lang.String newOtherDir)
Name of otherDir.


getWindowHeight

public int getWindowHeight()
height of various staker windows.


setWindowHeight

public void setWindowHeight(int newWindowHeight)
height of various staker windows.


getWindowWidth

public int getWindowWidth()
Width of various staker windows.


setWindowWidth

public void setWindowWidth(int newWindowWidth)
Width of various staker windows.


getAskAboutAssociatedUnits

public boolean getAskAboutAssociatedUnits()
If true, pops open a verification window when associated units are added. If false (default), just adds them automatically.


setAskAboutAssociatedUnits

public void setAskAboutAssociatedUnits(boolean tizit)

getMapCopyPopupWindow

public boolean getMapCopyPopupWindow()
If true, pops open a verification window when associated units are added. If false (default), just adds them automatically.


setMapCopyPopupWindow

public void setMapCopyPopupWindow(boolean tizit)

getWindowSize

public java.awt.Dimension getWindowSize()