org.kuali.kfs.vnd.businessobject
Interface VendorRoutingComparable

All Known Implementing Classes:
VendorAddress, VendorContract, VendorContractOrganization, VendorDefaultAddress, VendorDetail, VendorShippingSpecialCondition, VendorSupplierDiversity

public interface VendorRoutingComparable

Defines methods that must be implemented by classes providing a VendorRoutingComparable.


Method Summary
 boolean isEqualForRouting(Object toCompare)
          A predicate to test equality of all the persisted attributes of an instance of this class, not including member collections.
 

Method Detail

isEqualForRouting

boolean isEqualForRouting(Object toCompare)
A predicate to test equality of all the persisted attributes of an instance of this class, not including member collections. This is used to help determine whether to route.

Parameters:
toCompare - An Object, which should be of this class if the comparison is to be meaningful.
Returns:
True if all non-derived attributes of the given object other than collections are equal to this one's. False if the given object is null or of a different class.


Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.