| org.kuali.module.vendor.util.VendorRoutingComparable
All known Subclasses: org.kuali.module.vendor.bo.VendorDetail, org.kuali.module.vendor.bo.VendorDefaultAddress, org.kuali.module.vendor.bo.VendorContract, org.kuali.module.vendor.bo.VendorAddress, org.kuali.module.vendor.bo.VendorShippingSpecialCondition, org.kuali.module.vendor.bo.VendorContractOrganization, org.kuali.module.vendor.bo.VendorSupplierDiversity,
VendorRoutingComparable | public interface VendorRoutingComparable (Code) | | Defines methods that must be implemented by classes providing a VendorRoutingComparable.
|
Method Summary | |
public boolean | isEqualForRouting(Object toCompare) A predicate to test equality of all the persisted attributes of an instance of this class, not including
member collections. |
isEqualForRouting | public boolean isEqualForRouting(Object toCompare)(Code) | | 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. True if all non-derived attributes of the given object other than collections are equal to this one's. False if thegiven object is null or of a different class. |
|
|