us.the.mac.board
Class Board.PGNEvent

java.lang.Object
  extended by us.the.mac.board.Board.PGNEvent
Enclosing class:
Board

protected static class Board.PGNEvent
extends Object


Constructor Summary
Board.PGNEvent(Integer first, Board.Piece second)
           
 
Method Summary
 boolean equals(Object other)
           
 Integer getMove()
           
 Board.Piece getTakenPiece()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Board.PGNEvent

public Board.PGNEvent(Integer first,
                      Board.Piece second)
Method Detail

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object other)
Overrides:
equals in class Object

toString

public String toString()
Overrides:
toString in class Object

getMove

public Integer getMove()

getTakenPiece

public Board.Piece getTakenPiece()