org.apache.jdo.tck.pc.mylib
Class PCPoint2
java.lang.Object
org.apache.jdo.tck.pc.mylib.PCPoint2
- All Implemented Interfaces:
- javax.jdo.InstanceCallbacks, java.io.Serializable
- public class PCPoint2
- extends java.lang.Object
- implements java.io.Serializable, javax.jdo.InstanceCallbacks
A simple class with two fields for application identity
- Author:
- Marina Vatkina
- See Also:
- Serialized Form
Field Summary |
int |
x
|
java.lang.Integer |
y
|
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
PCPoint2
public PCPoint2()
PCPoint2
public PCPoint2(int x,
int y)
PCPoint2
public PCPoint2(int x,
java.lang.Integer y)
jdoPreClear
public void jdoPreClear()
- Specified by:
jdoPreClear
in interface javax.jdo.InstanceCallbacks
jdoPostLoad
public void jdoPostLoad()
- Specified by:
jdoPostLoad
in interface javax.jdo.InstanceCallbacks
jdoPreStore
public void jdoPreStore()
- Specified by:
jdoPreStore
in interface javax.jdo.InstanceCallbacks
jdoPreDelete
public void jdoPreDelete()
- Specified by:
jdoPreDelete
in interface javax.jdo.InstanceCallbacks
wasClearCalled
public boolean wasClearCalled()
wasPostLoadCalled
public boolean wasPostLoadCalled()
wasPreStoreCalled
public boolean wasPreStoreCalled()
wasPreDeleteCalled
public boolean wasPreDeleteCalled()
toString
public java.lang.String toString()
setX
public void setX(int x)
getX
public int getX()
setY
public void setY(java.lang.Integer y)
getY
public java.lang.Integer getY()
name
public java.lang.String name()
Copyright © 2005 Apache Software Foundation. All Rights Reserved.