de.unirostock.Builder.example
Class Oiltanker

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

public class Oiltanker
extends Ship


Constructor Summary
Oiltanker()
           
 
Method Summary
 void setEngine(DieselEngine engine)
           
 void setHull(SteelHull 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

Oiltanker

public Oiltanker()
Method Detail

setHull

public void setHull(SteelHull hull)

setEngine

public void setEngine(DieselEngine engine)