de.unirostock.Prototype.example
Class Holk

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

public class Holk
extends Ship


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

Holk

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