org.apache.jdo.tck.pc.mylib
Class PCRect

java.lang.Object
  extended byorg.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

Nested Class Summary
static class PCRect.Oid
           
 
Field Summary
 long id
           
 PCPoint lowerRight
           
 PCPoint upperLeft
           
 
Constructor Summary
PCRect()
           
PCRect(long id, PCPoint ul, PCPoint lr)
           
 
Method Summary
 long getId()
           
 PCPoint getLowerRight()
           
 PCPoint getUpperLeft()
           
 void setId(long id)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

id

public long id

upperLeft

public PCPoint upperLeft

lowerRight

public PCPoint lowerRight
Constructor Detail

PCRect

public PCRect()

PCRect

public PCRect(long id,
              PCPoint ul,
              PCPoint lr)
Method Detail

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.