Serialized Form


Package org.apache.jdo.tck.pc.company

Class org.apache.jdo.tck.pc.company.Address extends java.lang.Object implements Serializable

Serialized Fields

addrid

long addrid

street

java.lang.String street

city

java.lang.String city

state

java.lang.String state

zipcode

java.lang.String zipcode

country

java.lang.String country

Class org.apache.jdo.tck.pc.company.Address.Oid extends java.lang.Object implements Serializable

Serialized Fields

addrid

long addrid
This is the identifier field for Address and must correspond in type and name to the field in Address.

Class org.apache.jdo.tck.pc.company.Company extends java.lang.Object implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Serialization support: initialize transient fields.

Serialized Fields

companyid

long companyid

name

java.lang.String name

founded

java.util.Date founded

address

Address address

Class org.apache.jdo.tck.pc.company.Company.Oid extends java.lang.Object implements Serializable

Serialized Fields

companyid

long companyid
This field is part of the identifier and should match in name and type with a field in the Company class.

Class org.apache.jdo.tck.pc.company.DentalInsurance extends Insurance implements Serializable

Serialized Fields

lifetimeOrthoBenefit

java.math.BigDecimal lifetimeOrthoBenefit

Class org.apache.jdo.tck.pc.company.Department extends java.lang.Object implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Serialization support: initialize transient fields.

Serialized Fields

deptid

long deptid

name

java.lang.String name

company

Company company

employeeOfTheMonth

Employee employeeOfTheMonth

Class org.apache.jdo.tck.pc.company.Department.Oid extends java.lang.Object implements Serializable

Serialized Fields

deptid

long deptid
This field represents the application identifier field for the Department class. It must match in name and type with the field in the Department class.

Class org.apache.jdo.tck.pc.company.Employee extends Person implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Serialization support: initialize transient fields.

Serialized Fields

hiredate

java.util.Date hiredate

weeklyhours

double weeklyhours

dentalInsurance

DentalInsurance dentalInsurance

medicalInsurance

MedicalInsurance medicalInsurance

department

Department department

fundingDept

Department fundingDept

manager

Employee manager

mentor

Employee mentor

protege

Employee protege

hradvisor

Employee hradvisor

Class org.apache.jdo.tck.pc.company.FullTimeEmployee extends Employee implements Serializable

Serialized Fields

salary

double salary

Class org.apache.jdo.tck.pc.company.Insurance extends java.lang.Object implements Serializable

Serialized Fields

insid

long insid

carrier

java.lang.String carrier

employee

Employee employee

Class org.apache.jdo.tck.pc.company.Insurance.Oid extends java.lang.Object implements Serializable

Serialized Fields

insid

long insid
This field represents the application identifier for the Insurance class. It must match the field in the Insurance class in both name and type.

Class org.apache.jdo.tck.pc.company.MedicalInsurance extends Insurance implements Serializable

Serialized Fields

planType

java.lang.String planType

Class org.apache.jdo.tck.pc.company.PartTimeEmployee extends Employee implements Serializable

Serialized Fields

wage

double wage

Class org.apache.jdo.tck.pc.company.Person extends java.lang.Object implements Serializable

Serialized Fields

personid

long personid

firstname

java.lang.String firstname

lastname

java.lang.String lastname

middlename

java.lang.String middlename

birthdate

java.util.Date birthdate

address

Address address

phoneNumbers

java.util.Map phoneNumbers

Class org.apache.jdo.tck.pc.company.Person.Oid extends java.lang.Object implements Serializable

Serialized Fields

personid

long personid
This field represents the identifier for the Person class. It must match a field in the Person class in both name and type.

Class org.apache.jdo.tck.pc.company.Project extends java.lang.Object implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Serialization support: initialize transient fields.

Serialized Fields

projid

long projid

name

java.lang.String name

budget

java.math.BigDecimal budget

Class org.apache.jdo.tck.pc.company.Project.Oid extends java.lang.Object implements Serializable

Serialized Fields

projid

long projid
This field represents the identifier for the Project class. It must match a field in the Project class in both name and type.


Package org.apache.jdo.tck.pc.fieldtypes

Class org.apache.jdo.tck.pc.fieldtypes.AllTypes.Oid extends java.lang.Object implements Serializable

Serialized Fields

id

int id

Class org.apache.jdo.tck.pc.fieldtypes.ArrayCollections.Oid extends java.lang.Object implements Serializable

Serialized Fields

identifier

int identifier

Class org.apache.jdo.tck.pc.fieldtypes.ArrayListCollections.Oid extends java.lang.Object implements Serializable

Serialized Fields

identifier

int identifier

Class org.apache.jdo.tck.pc.fieldtypes.CollectionCollections.Oid extends java.lang.Object implements Serializable

Serialized Fields

identifier

int identifier

Class org.apache.jdo.tck.pc.fieldtypes.FieldsOfBigDecimal.Oid extends java.lang.Object implements Serializable

Serialized Fields

identifier

int identifier

Class org.apache.jdo.tck.pc.fieldtypes.FieldsOfBigInteger.Oid extends java.lang.Object implements Serializable

Serialized Fields

identifier

int identifier

Class org.apache.jdo.tck.pc.fieldtypes.FieldsOfBoolean.Oid extends java.lang.Object implements Serializable

Serialized Fields

identifier

int identifier

Class org.apache.jdo.tck.pc.fieldtypes.FieldsOfByte.Oid extends java.lang.Object implements Serializable

Serialized Fields

identifier

int identifier

Class org.apache.jdo.tck.pc.fieldtypes.FieldsOfCharacter.Oid extends java.lang.Object implements Serializable

Serialized Fields

identifier

int identifier

Class org.apache.jdo.tck.pc.fieldtypes.FieldsOfDate.Oid extends java.lang.Object implements Serializable

Serialized Fields

identifier

int identifier

Class org.apache.jdo.tck.pc.fieldtypes.FieldsOfDouble.Oid extends java.lang.Object implements Serializable

Serialized Fields

identifier

int identifier

Class org.apache.jdo.tck.pc.fieldtypes.FieldsOfFloat.Oid extends java.lang.Object implements Serializable

Serialized Fields

identifier

int identifier

Class org.apache.jdo.tck.pc.fieldtypes.FieldsOfInteger.Oid extends java.lang.Object implements Serializable

Serialized Fields

identifier

int identifier

Class org.apache.jdo.tck.pc.fieldtypes.FieldsOfLocale.Oid extends java.lang.Object implements Serializable

Serialized Fields

identifier

int identifier

Class org.apache.jdo.tck.pc.fieldtypes.FieldsOfLong.Oid extends java.lang.Object implements Serializable

Serialized Fields

identifier

int identifier

Class org.apache.jdo.tck.pc.fieldtypes.FieldsOfObject.Oid extends java.lang.Object implements Serializable

Serialized Fields

identifier

int identifier

Class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitiveboolean.Oid extends java.lang.Object implements Serializable

Serialized Fields

identifier

int identifier

Class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivebyte.Oid extends java.lang.Object implements Serializable

Serialized Fields

identifier

int identifier

Class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivechar.Oid extends java.lang.Object implements Serializable

Serialized Fields

identifier

int identifier

Class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivedouble.Oid extends java.lang.Object implements Serializable

Serialized Fields

identifier

int identifier

Class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivefloat.Oid extends java.lang.Object implements Serializable

Serialized Fields

identifier

int identifier

Class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitiveint.Oid extends java.lang.Object implements Serializable

Serialized Fields

identifier

int identifier

Class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitivelong.Oid extends java.lang.Object implements Serializable

Serialized Fields

identifier

int identifier

Class org.apache.jdo.tck.pc.fieldtypes.FieldsOfPrimitiveshort.Oid extends java.lang.Object implements Serializable

Serialized Fields

identifier

int identifier

Class org.apache.jdo.tck.pc.fieldtypes.FieldsOfShort.Oid extends java.lang.Object implements Serializable

Serialized Fields

identifier

int identifier

Class org.apache.jdo.tck.pc.fieldtypes.FieldsOfSimpleClass.Oid extends java.lang.Object implements Serializable

Serialized Fields

identifier

int identifier

Class org.apache.jdo.tck.pc.fieldtypes.FieldsOfSimpleInterface.Oid extends java.lang.Object implements Serializable

Serialized Fields

identifier

int identifier

Class org.apache.jdo.tck.pc.fieldtypes.FieldsOfString.Oid extends java.lang.Object implements Serializable

Serialized Fields

identifier

int identifier

Class org.apache.jdo.tck.pc.fieldtypes.HashMapStringKeyCollections.Oid extends java.lang.Object implements Serializable

Serialized Fields

identifier

int identifier

Class org.apache.jdo.tck.pc.fieldtypes.HashMapStringValueCollections.Oid extends java.lang.Object implements Serializable

Serialized Fields

identifier

int identifier

Class org.apache.jdo.tck.pc.fieldtypes.HashSetCollections.Oid extends java.lang.Object implements Serializable

Serialized Fields

identifier

int identifier

Class org.apache.jdo.tck.pc.fieldtypes.HashtableStringKeyCollections.Oid extends java.lang.Object implements Serializable

Serialized Fields

identifier

int identifier

Class org.apache.jdo.tck.pc.fieldtypes.HashtableStringValueCollections.Oid extends java.lang.Object implements Serializable

Serialized Fields

identifier

int identifier

Class org.apache.jdo.tck.pc.fieldtypes.LinkedListCollections.Oid extends java.lang.Object implements Serializable

Serialized Fields

identifier

int identifier

Class org.apache.jdo.tck.pc.fieldtypes.ListCollections.Oid extends java.lang.Object implements Serializable

Serialized Fields

identifier

int identifier

Class org.apache.jdo.tck.pc.fieldtypes.MapStringKeyCollections.Oid extends java.lang.Object implements Serializable

Serialized Fields

identifier

int identifier

Class org.apache.jdo.tck.pc.fieldtypes.MapStringValueCollections.Oid extends java.lang.Object implements Serializable

Serialized Fields

identifier

int identifier

Class org.apache.jdo.tck.pc.fieldtypes.SetCollections.Oid extends java.lang.Object implements Serializable

Serialized Fields

identifier

int identifier

Class org.apache.jdo.tck.pc.fieldtypes.SimpleClass extends java.lang.Object implements Serializable

Serialized Fields

id

long id

intField

int intField

stringField

java.lang.String stringField

Class org.apache.jdo.tck.pc.fieldtypes.SimpleClass.Oid extends java.lang.Object implements Serializable

Serialized Fields

id

long id

Class org.apache.jdo.tck.pc.fieldtypes.TreeMapStringKeyCollections.Oid extends java.lang.Object implements Serializable

Serialized Fields

identifier

int identifier

Class org.apache.jdo.tck.pc.fieldtypes.TreeMapStringValueCollections.Oid extends java.lang.Object implements Serializable

Serialized Fields

identifier

int identifier

Class org.apache.jdo.tck.pc.fieldtypes.TreeSetCollections.Oid extends java.lang.Object implements Serializable

Serialized Fields

identifier

int identifier

Class org.apache.jdo.tck.pc.fieldtypes.VectorCollections.Oid extends java.lang.Object implements Serializable

Serialized Fields

identifier

int identifier


Package org.apache.jdo.tck.pc.inheritance

Class org.apache.jdo.tck.pc.inheritance.AllPersist.Id extends java.lang.Object implements Serializable

Serialized Fields

keyValue

int keyValue

Class org.apache.jdo.tck.pc.inheritance.FieldSameName.Id extends java.lang.Object implements Serializable

Serialized Fields

keyValue

int keyValue

Class org.apache.jdo.tck.pc.inheritance.TopNonPersistB.Id extends java.lang.Object implements Serializable

Serialized Fields

keyValue

int keyValue

Class org.apache.jdo.tck.pc.inheritance.TopPersist.Id extends java.lang.Object implements Serializable

Serialized Fields

keyValue

int keyValue


Package org.apache.jdo.tck.pc.instancecallbacks

Class org.apache.jdo.tck.pc.instancecallbacks.InstanceCallbackClass.KeyClass extends java.lang.Object implements Serializable

Serialized Fields

keyValue

int keyValue

Class org.apache.jdo.tck.pc.instancecallbacks.InstanceCallbackNonPersistFdsClass.KeyClass extends java.lang.Object implements Serializable

Serialized Fields

keyValue

int keyValue


Package org.apache.jdo.tck.pc.lifecycle

Class org.apache.jdo.tck.pc.lifecycle.StateTransitionObj extends java.lang.Object implements Serializable

Serialized Fields

id

int id

int_field

int int_field

Class org.apache.jdo.tck.pc.lifecycle.StateTransitionObj.Oid extends java.lang.Object implements Serializable

Serialized Fields

id

int id
This field is part of the identifier and should match in name and type with a field in the StateTransitionObj class.


Package org.apache.jdo.tck.pc.mylib

Class org.apache.jdo.tck.pc.mylib.PCClass.Oid extends java.lang.Object implements Serializable

Serialized Fields

id

long id

Class org.apache.jdo.tck.pc.mylib.PCPoint extends java.lang.Object implements Serializable

Serialized Fields

id

long id

x

int x

y

java.lang.Integer y

Class org.apache.jdo.tck.pc.mylib.PCPoint.Oid extends java.lang.Object implements Serializable

Serialized Fields

id

long id

Class org.apache.jdo.tck.pc.mylib.PCPoint2 extends java.lang.Object implements Serializable

Serialized Fields

id

long id

x

int x

y

java.lang.Integer y

clearCalled

boolean clearCalled

loadCalled

boolean loadCalled

storeCalled

boolean storeCalled

deleteCalled

boolean deleteCalled

Class org.apache.jdo.tck.pc.mylib.PCPoint2.Oid extends java.lang.Object implements Serializable

Serialized Fields

id

long id

Class org.apache.jdo.tck.pc.mylib.PCRect.Oid extends java.lang.Object implements Serializable

Serialized Fields

id

long id

Class org.apache.jdo.tck.pc.mylib.PrimitiveTypes extends java.lang.Object implements Serializable

Serialized Fields

id

long id

booleanNotNull

boolean booleanNotNull

booleanNull

java.lang.Boolean booleanNull

byteNotNull

byte byteNotNull

byteNull

java.lang.Byte byteNull

shortNotNull

short shortNotNull

shortNull

java.lang.Short shortNull

intNotNull

int intNotNull

intNull

java.lang.Integer intNull

longNotNull

long longNotNull

longNull

java.lang.Long longNull

floatNotNull

float floatNotNull

floatNull

java.lang.Float floatNull

doubleNotNull

double doubleNotNull

doubleNull

java.lang.Double doubleNull

charNotNull

char charNotNull

charNull

java.lang.Character charNull

dateNull

java.util.Date dateNull

stringNull

java.lang.String stringNull

bigDecimal

java.math.BigDecimal bigDecimal

bigInteger

java.math.BigInteger bigInteger

PrimitiveTypes

java.lang.Long PrimitiveTypes

Class org.apache.jdo.tck.pc.mylib.PrimitiveTypes.Oid extends java.lang.Object implements Serializable

Serialized Fields

id

long id

Class org.apache.jdo.tck.pc.mylib.VersionedPCPoint extends java.lang.Object implements Serializable

Serialized Fields

id

long id

x

int x

y

java.lang.Integer y

Class org.apache.jdo.tck.pc.mylib.VersionedPCPoint.Oid extends java.lang.Object implements Serializable

Serialized Fields

id

long id


Package org.apache.jdo.tck.pc.shoppingcart

Class org.apache.jdo.tck.pc.shoppingcart.Cart extends java.lang.Object implements Serializable

Serialized Fields

id

long id
Identity field for use with application identity


customerId

java.lang.String customerId
The identity of the customer whose shopping cart this is.


entries

java.util.Set entries
The list of entries in this cart

Class org.apache.jdo.tck.pc.shoppingcart.Cart.Oid extends java.lang.Object implements Serializable

Serialized Fields

id

long id

Class org.apache.jdo.tck.pc.shoppingcart.CartEntry extends java.lang.Object implements Serializable

Serialized Fields

id

long id
Identity field for use with application identity


cart

Cart cart

product

Product product

quantity

int quantity

Class org.apache.jdo.tck.pc.shoppingcart.CartEntry.Oid extends java.lang.Object implements Serializable

Serialized Fields

id

long id

Class org.apache.jdo.tck.pc.shoppingcart.Product extends java.lang.Object implements Serializable

Serialized Fields

sku

java.lang.String sku
Identity field when used with application identity


description

java.lang.String description

Class org.apache.jdo.tck.pc.shoppingcart.Product.Oid extends java.lang.Object implements Serializable

Serialized Fields

sku

java.lang.String sku

Class org.apache.jdo.tck.pc.shoppingcart.Undetachable extends java.lang.Object implements Serializable

Serialized Fields

id

long id
Identity field for use with application identity


foo

int foo

bar

int bar

Class org.apache.jdo.tck.pc.shoppingcart.Undetachable.Oid extends java.lang.Object implements Serializable

Serialized Fields

id

long id


Package org.apache.jdo.tck.pc.singlefieldidentity

Class org.apache.jdo.tck.pc.singlefieldidentity.AbstractPCPointSingleField extends java.lang.Object implements Serializable

Class org.apache.jdo.tck.pc.singlefieldidentity.PCPointSingleFieldByte extends AbstractPCPointSingleField implements Serializable

Serialized Fields

id

java.lang.Byte id
The primary key field.


x

int x

y

java.lang.Integer y

Class org.apache.jdo.tck.pc.singlefieldidentity.PCPointSingleFieldCharacter extends AbstractPCPointSingleField implements Serializable

Serialized Fields

id

java.lang.Character id
The primary key field.


x

int x

y

java.lang.Integer y

Class org.apache.jdo.tck.pc.singlefieldidentity.PCPointSingleFieldDate extends AbstractPCPointSingleField implements Serializable

Serialized Fields

id

java.util.Date id
The primary key field.


x

int x

y

java.lang.Integer y

Class org.apache.jdo.tck.pc.singlefieldidentity.PCPointSingleFieldInteger extends AbstractPCPointSingleField implements Serializable

Serialized Fields

id

java.lang.Integer id
The primary key field.


x

int x

y

java.lang.Integer y

Class org.apache.jdo.tck.pc.singlefieldidentity.PCPointSingleFieldLong extends AbstractPCPointSingleField implements Serializable

Serialized Fields

id

java.lang.Long id
The primary key field.


x

int x

y

java.lang.Integer y

Class org.apache.jdo.tck.pc.singlefieldidentity.PCPointSingleFieldPrimitivebyte extends AbstractPCPointSingleField implements Serializable

Serialized Fields

id

byte id
The primary key field.


x

int x

y

java.lang.Integer y

Class org.apache.jdo.tck.pc.singlefieldidentity.PCPointSingleFieldPrimitivechar extends AbstractPCPointSingleField implements Serializable

Serialized Fields

id

char id
The primary key field.


x

int x

y

java.lang.Integer y

Class org.apache.jdo.tck.pc.singlefieldidentity.PCPointSingleFieldPrimitiveint extends AbstractPCPointSingleField implements Serializable

Serialized Fields

id

int id
The primary key field.


x

int x

y

java.lang.Integer y

Class org.apache.jdo.tck.pc.singlefieldidentity.PCPointSingleFieldPrimitivelong extends AbstractPCPointSingleField implements Serializable

Serialized Fields

id

long id
The primary key field.


x

int x

y

java.lang.Integer y

Class org.apache.jdo.tck.pc.singlefieldidentity.PCPointSingleFieldPrimitiveshort extends AbstractPCPointSingleField implements Serializable

Serialized Fields

id

short id
The primary key field.


x

int x

y

java.lang.Integer y

Class org.apache.jdo.tck.pc.singlefieldidentity.PCPointSingleFieldShort extends AbstractPCPointSingleField implements Serializable

Serialized Fields

id

java.lang.Short id
The primary key field.


x

int x

y

java.lang.Integer y

Class org.apache.jdo.tck.pc.singlefieldidentity.PCPointSingleFieldString extends AbstractPCPointSingleField implements Serializable

Serialized Fields

id

java.lang.String id
The primary key field.


x

int x

y

java.lang.Integer y


Package org.apache.jdo.tck.util

Class org.apache.jdo.tck.util.JDOJdk14Logger extends org.apache.commons.logging.impl.Jdk14Logger implements Serializable

Class org.apache.jdo.tck.util.ResultSummary extends java.lang.Object implements Serializable

serialVersionUID: 1l

Serialized Fields

nrOfTotalConfigurations

int nrOfTotalConfigurations

nrOfFailedConfigurations

int nrOfFailedConfigurations

totalTestCount

int totalTestCount

totalFailureCount

int totalFailureCount

totalErrorCount

int totalErrorCount

Class org.apache.jdo.tck.util.TestSelector extends javax.swing.JDialog implements Serializable

Serialized Fields

fCancel

javax.swing.JButton fCancel

fOk

javax.swing.JButton fOk

fList

javax.swing.JList fList

fTree

javax.swing.JTree fTree

fScrolledList

javax.swing.JScrollPane fScrolledList

fDescription

javax.swing.JLabel fDescription

fSelectedItems

java.util.List fSelectedItems



Copyright © 2005-2007 Apache Software Foundation. All Rights Reserved.