net.sf.freecol.client.gui.panel
Class ReportColonyPanel.Suggestion

java.lang.Object
  extended by net.sf.freecol.client.gui.panel.ReportColonyPanel.Suggestion
Enclosing class:
ReportColonyPanel

private class ReportColonyPanel.Suggestion
extends java.lang.Object


Field Summary
 int amount
           
 GoodsType goodsType
           
 UnitType newType
           
 UnitType oldType
           
 
Constructor Summary
ReportColonyPanel.Suggestion(UnitType oldType, UnitType newType, GoodsType goodsType, int amount)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

oldType

public UnitType oldType

newType

public UnitType newType

goodsType

public GoodsType goodsType

amount

public int amount
Constructor Detail

ReportColonyPanel.Suggestion

public ReportColonyPanel.Suggestion(UnitType oldType,
                                    UnitType newType,
                                    GoodsType goodsType,
                                    int amount)