org.apache.jdo.tck.pc.mylib
Class PCRect
java.lang.Object
org.apache.jdo.tck.pc.mylib.PCRect
- public class PCRect
- extends java.lang.Object
Test for instances with application identity containing instances of
a user-defined class.
- Author:
- Marina Vatkina
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
id
public long id
upperLeft
public PCPoint upperLeft
lowerRight
public PCPoint lowerRight
PCRect
public PCRect()
PCRect
public PCRect(long id,
PCPoint ul,
PCPoint lr)
getUpperLeft
public PCPoint getUpperLeft()
getLowerRight
public PCPoint getLowerRight()
getId
public long getId()
setId
public void setId(long id)
toString
public java.lang.String toString()
Copyright © 2005 Apache Software Foundation. All Rights Reserved.