Uses of Interface
org.apache.jdo.tck.util.DeepEquality

Packages that use DeepEquality
org.apache.jdo.tck.pc.company   
org.apache.jdo.tck.util   
 

Uses of DeepEquality in org.apache.jdo.tck.pc.company
 

Classes in org.apache.jdo.tck.pc.company that implement DeepEquality
 class Address
          This class represents a postal address.
 class Company
          This class represents information about a company.
 class DentalInsurance
          This class represents a dental insurance carrier selection for a particular Employee.
 class Department
          This class represents a department within a company.
 class Employee
          This class represents an employee.
 class FullTimeEmployee
          This class represents a full-time employee.
 class Insurance
          This class represents an insurance carrier selection for a particular Employee.
 class MedicalInsurance
          This class represents a dental insurance carrier selection for a particular Employee.
 class PartTimeEmployee
          This class represents a part-time employee.
 class Person
          This class represents a person.
 class Project
          This class represents a project, a budgeted task with one or more employees working on it.
 

Methods in org.apache.jdo.tck.pc.company with parameters of type DeepEquality
 boolean Company.deepCompareFields(DeepEquality other, EqualityHelper helper)
          Returns true if all the fields of this instance are deep equal to the coresponding fields of the specified Person.
 boolean DentalInsurance.deepCompareFields(DeepEquality other, EqualityHelper helper)
          Returns true if all the fields of this instance are deep equal to the coresponding fields of the specified Person.
 boolean Department.deepCompareFields(DeepEquality other, EqualityHelper helper)
          Returns true if all the fields of this instance are deep equal to the coresponding fields of the specified Person.
 boolean FullTimeEmployee.deepCompareFields(DeepEquality other, EqualityHelper helper)
          Returns true if all the fields of this instance are deep equal to the coresponding fields of the specified FullTimeEmployee.
 boolean Project.deepCompareFields(DeepEquality other, EqualityHelper helper)
          Returns true if all the fields of this instance are deep equal to the coresponding fields of the specified Person.
 boolean Address.deepCompareFields(DeepEquality other, EqualityHelper helper)
          Returns true if all the fields of this instance are deep equal to the coresponding fields of the specified Person.
 boolean Insurance.deepCompareFields(DeepEquality other, EqualityHelper helper)
          Returns true if all the fields of this instance are deep equal to the coresponding fields of the specified Person.
 boolean MedicalInsurance.deepEquals(DeepEquality other, EqualityHelper helper)
          Indicates whether some other object is "deep equal to" this one.
 boolean MedicalInsurance.deepCompareFields(DeepEquality other, EqualityHelper helper)
          Returns true if all the fields of this instance are deep equal to the coresponding fields of the specified Person.
 boolean Person.deepCompareFields(DeepEquality other, EqualityHelper helper)
          Returns true if all the fields of this instance are deep equal to the coresponding fields of the specified Person.
 boolean Employee.deepCompareFields(DeepEquality other, EqualityHelper helper)
          Returns true if all the fields of this instance are deep equal to the corresponding fields of the specified Employee.
 

Uses of DeepEquality in org.apache.jdo.tck.util
 

Methods in org.apache.jdo.tck.util with parameters of type DeepEquality
 boolean EqualityHelper.deepEquals(DeepEquality me, DeepEquality other)
          Returns true if the specified instances are "deep equal".
 boolean DeepEquality.deepCompareFields(DeepEquality other, EqualityHelper helper)
          Returns true if all the fields of this instance are deep equal to the corresponding fields of the specified Employee.
 



Copyright © 2005 Apache Software Foundation. All Rights Reserved.