de.unirostock.Builder.example
Class OiltankerToy

java.lang.Object
  extended by de.unirostock.Builder.example.Ship
      extended by de.unirostock.Builder.example.OiltankerToy

public class OiltankerToy
extends Ship


Constructor Summary
OiltankerToy()
           
 
Method Summary
 void setEngine(WindUpEngine engine)
           
 void setHull(PlasticHull hull)
           
 
Methods inherited from class de.unirostock.Builder.example.Ship
getMaterialType, getPower, setEngine, setHull
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OiltankerToy

public OiltankerToy()
Method Detail

setHull

public void setHull(PlasticHull hull)

setEngine

public void setEngine(WindUpEngine engine)