Uses of Class
net.sf.freecol.common.model.ExportData

Packages that use ExportData
net.sf.freecol.common.model Contains the game model. 
 

Uses of ExportData in net.sf.freecol.common.model
 

Methods in net.sf.freecol.common.model that return ExportData
 ExportData Colony.getExportData(GoodsType goodsType)
          Describe getExportData method here.
 

Methods in net.sf.freecol.common.model with parameters of type ExportData
 void Colony.setExportData(ExportData newExportData)
          Describe setExportData method here.
 

Constructors in net.sf.freecol.common.model with parameters of type ExportData
ExportData(GoodsType goodsType, ExportData template)
          Creates a new ExportData instance.