manager
Class NullPiece

java.lang.Object
  extended by manager.Piece
      extended by manager.NullPiece

public class NullPiece
extends Piece

This class extends the generic piece class Piece and is used to fill "empty cells".

Version:
0.5 beta - 03/15/2006
Author:
Luciano Antonio Digiampietri
See Also:
Piece

Constructor Summary
NullPiece()
           
 
Method Summary
 java.lang.String getString()
           
 
Methods inherited from class manager.Piece
getId, getPlayer, setId
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NullPiece

public NullPiece()
Method Detail

getString

public java.lang.String getString()
Overrides:
getString in class Piece