|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.unirostock.Prototype.example.ShipFactory
public class ShipFactory
Method Summary | |
---|---|
static ShipFactory |
getInstance()
|
Ship |
getNewShipInstance(java.lang.String material,
java.lang.String name)
|
void |
setShipPrototype(Ship shipPrototype)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static ShipFactory getInstance()
public void setShipPrototype(Ship shipPrototype)
public Ship getNewShipInstance(java.lang.String material, java.lang.String name)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |