manager
Class NullPiece

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

public class NullPiece
extends Piece

Esta classe estende a classe genérica Piece e é usada para preencher casas vazias do tabuleiro (casas "sem" peças).

Version:
1.0 beta - 03/11/2008
Author:
Luciano Antonio Digiampietri
See Also:
Piece

Field Summary
 
Fields inherited from class manager.Piece
ID, PLAYER
 
Constructor Summary
NullPiece()
           
 
Method Summary
 java.lang.String getString()
           
 
Methods inherited from class manager.Piece
discoverPiece, getForce, 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