net.sf.freecol.common.model
Class Colony.Occupation

java.lang.Object
  extended by net.sf.freecol.common.model.Colony.Occupation
Enclosing class:
Colony

private class Colony.Occupation
extends java.lang.Object


Field Summary
 WorkLocation workLocation
           
 GoodsType workType
           
 
Constructor Summary
Colony.Occupation(WorkLocation workLocation, GoodsType workType)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

workLocation

public WorkLocation workLocation

workType

public GoodsType workType
Constructor Detail

Colony.Occupation

public Colony.Occupation(WorkLocation workLocation,
                         GoodsType workType)