de.unirostock.Prototype.example
Class Kraier

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

public class Kraier
extends Ship


Constructor Summary
Kraier()
           
 
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

Kraier

public Kraier()
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