org.apache.jdo.tck.pc.mylib
Class Point
java.lang.Object
org.apache.jdo.tck.pc.mylib.Point
- public class Point
- extends java.lang.Object
A simple class with two fields
- Author:
- Dave Bristor
Field Summary |
int |
x
|
java.lang.Integer |
y
|
Constructor Summary |
Point()
|
Point(int x,
int y)
|
Point(int x,
java.lang.Integer y)
|
Method Summary |
int |
getX()
|
java.lang.Integer |
getY()
|
java.lang.String |
name()
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
x
public int x
y
public java.lang.Integer y
Point
public Point()
Point
public Point(int x,
int y)
Point
public Point(int x,
java.lang.Integer y)
toString
public java.lang.String toString()
getX
public int getX()
getY
public java.lang.Integer getY()
name
public java.lang.String name()
Copyright © 2005 Apache Software Foundation. All Rights Reserved.