com.retek.commons.component.impl
Class SecondClassDto

java.lang.Object
  extended bycom.retek.commons.component.impl.SecondClassDto
All Implemented Interfaces:
java.lang.Cloneable, java.io.Serializable
Direct Known Subclasses:
AddressCodeDetailDto, BazDto, CallTagReturnItemDto, CarrierShippingMethodDto, CarrierShippingMethodZoneDto, CorrespondenceTemplateDeliveryMethodDto, CustomerCreditApplicationDto, CustomerIntegrationCustomerImportResultDto, CustomerOrderPersonalizationTextLineDto, CustomerOrderPromotionAdjustmentDto, CustomerOrderPromotionDiscountDto, CustomerOrderSettlementDto, DemandOverTimeDto, DirectShipOrderLineDto, ElementObjectDto, GiftVoucherAttributesDto, PaymentAuthorizationResponseDto, PaymentSettlementTransactionHeaderDto, ReturnLineAccommodationAdjustmentDto, ReturnLineTaxRecordDto, SaeStoreTransactionHeaderDto, ShippedContainerTaxCalculatorInvoiceDto, ShippedContainerTaxInvoiceLineItemDto, ShippingRateDto, ShipToTotalsDto, TaxAccommodationDetailDto, TaxCalculatorDto, TaxCreditorDto, TaxInvoiceDto, TenderTypeOrderSourceDto, TenderTypePaymentPlanCodeDto, VirtualWhReservationValueDto, ZipCodeRangeWarehousePriorityDto

public abstract class SecondClassDto
extends java.lang.Object
implements java.lang.Cloneable, java.io.Serializable

See Also:
Serialized Form

Constructor Summary
SecondClassDto()
           
 
Method Summary
 java.lang.Object clone()
           
 boolean equals(java.lang.Object that)
          SecondClassDto.equals mutually recurses with FieldMap.equals().
protected  boolean equalsDto(java.lang.Object that)
          Collobarates with FieldMap.equalsFieldMap to implement a fast, deep compare operation for DTOs.
abstract  java.lang.Class getBusinessInterface()
           
 FieldMap getPropertyMap()
           
 int hashCode()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SecondClassDto

public SecondClassDto()
Method Detail

getBusinessInterface

public abstract java.lang.Class getBusinessInterface()

clone

public java.lang.Object clone()

getPropertyMap

public FieldMap getPropertyMap()

equals

public final boolean equals(java.lang.Object that)
SecondClassDto.equals mutually recurses with FieldMap.equals(). This implementation pulls the try-catch block overhead out of the recursion.


equalsDto

protected final boolean equalsDto(java.lang.Object that)
                           throws java.lang.IllegalArgumentException,
                                  java.lang.IllegalAccessException
Collobarates with FieldMap.equalsFieldMap to implement a fast, deep compare operation for DTOs. Called only from SecondClassDto.equals and FieldMap.equalsFieldMap.

Throws:
java.lang.IllegalArgumentException
java.lang.IllegalAccessException
See Also:
FieldMap.equalsFieldMap(FieldMap)

hashCode

public final int hashCode()

toString

public java.lang.String toString()


Copyright © 2004 Retek Inc. All Rights Reserved. - Generated at Fri, 10/22/2004 07:28