net.sf.basedb.plugins
Class PrintMapFlatFileImporter.MetaBlock
java.lang.Object
net.sf.basedb.plugins.PrintMapFlatFileImporter.MetaBlock
- Enclosing class:
- PrintMapFlatFileImporter
private static class PrintMapFlatFileImporter.MetaBlock
- extends Object
block
private int block
metaGridX
private Integer metaGridX
metaGridY
private Integer metaGridY
originX
private Integer originX
originY
private Integer originY
blockSizeX
private Integer blockSizeX
blockSizeY
private Integer blockSizeY
spacingX
private Integer spacingX
spacingY
private Integer spacingY
PrintMapFlatFileImporter.MetaBlock
public PrintMapFlatFileImporter.MetaBlock(int block)
getBlockSizeX
public Integer getBlockSizeX()
setBlockSizeX
public void setBlockSizeX(Integer blockSizeX)
getBlockSizeY
public Integer getBlockSizeY()
setBlockSizeY
public void setBlockSizeY(Integer blockSizeY)
getMetaGridX
public Integer getMetaGridX()
setMetaGridX
public void setMetaGridX(Integer metaGridX)
getMetaGridY
public Integer getMetaGridY()
setMetaGridY
public void setMetaGridY(Integer metaGridY)
getOriginX
public Integer getOriginX()
setOriginX
public void setOriginX(Integer originX)
getOriginY
public Integer getOriginY()
setOriginY
public void setOriginY(Integer originY)
getSpacingX
public Integer getSpacingX()
setSpacingX
public void setSpacingX(Integer spacingX)
getSpacingY
public Integer getSpacingY()
setSpacingY
public void setSpacingY(Integer spacingY)
getBlock
public int getBlock()
toString
public String toString()
- Overrides:
toString
in class Object