net.sourceforge.domian.test.benchmark
Class ChessPiecePlacing

java.lang.Object
  extended by net.sourceforge.domian.test.benchmark.ChessPiecePlacing

 class ChessPiecePlacing
extends java.lang.Object

Immutable chess piece placing value class.


Field Summary
private  int x
           
private  int y
           
 
Constructor Summary
ChessPiecePlacing(int z)
           
ChessPiecePlacing(int x, int y)
           
 
Method Summary
 int getX()
           
 int getY()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

x

private int x

y

private int y
Constructor Detail

ChessPiecePlacing

ChessPiecePlacing(int x,
                  int y)

ChessPiecePlacing

ChessPiecePlacing(int z)
Method Detail

getX

public int getX()

getY

public int getY()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2008-2010. All Rights Reserved.