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

java.lang.Object
  extended by com.partnersoft.v3x.apps.Staker.FieldStaker.PrintoutPage

public class PrintoutPage
extends java.lang.Object


Constructor Summary
PrintoutPage()
           
PrintoutPage(java.lang.String imageName, RenderMold mold, MapViewPanel view, FlattenedBean job)
           
 
Method Summary
 java.lang.String getImageName()
           
 FlattenedBean getJob()
           
 java.lang.String getMapName()
           
 int getZoom()
           
 void setImageName(java.lang.String newName)
           
 void setJob(FlattenedBean newJob)
           
 void setMapName(java.lang.String newName)
           
 void setZoom(int newZoom)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PrintoutPage

public PrintoutPage(java.lang.String imageName,
                    RenderMold mold,
                    MapViewPanel view,
                    FlattenedBean job)

PrintoutPage

public PrintoutPage()
Method Detail

getImageName

public java.lang.String getImageName()

setImageName

public void setImageName(java.lang.String newName)

getJob

public FlattenedBean getJob()

setJob

public void setJob(FlattenedBean newJob)

getZoom

public int getZoom()

setZoom

public void setZoom(int newZoom)

getMapName

public java.lang.String getMapName()

setMapName

public void setMapName(java.lang.String newName)