de.unirostock.Prototype.example
Class Schnigge

java.lang.Object
  extended by de.unirostock.Prototype.example.Ship
      extended by de.unirostock.Prototype.example.Schnigge
All Implemented Interfaces:
java.lang.Cloneable

public class Schnigge
extends Ship


Constructor Summary
Schnigge()
           
 
Method Summary
 java.lang.Object clone()
           
 javax.swing.ImageIcon getIcon()
           
 
Methods inherited from class de.unirostock.Prototype.example.Ship
getMaterial, getName, getNumber, setMaterial, setName, setNumber
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Schnigge

public Schnigge()
Method Detail

clone

public java.lang.Object clone()
Specified by:
clone in class Ship

getIcon

public javax.swing.ImageIcon getIcon()
Specified by:
getIcon in class Ship