/* * Created on 10.08.2004 * * @author Jens Guenther */ package de.unirostock.AbstractFactory.example; public class Schnigge extends Ship { protected Schnigge() { itsType = "Schnigge"; } }