com.retek.commons.component.impl
Class SecondClassObjectImpl

java.lang.Object
  extended bycom.retek.commons.component.impl.BusinessObjectImpl
      extended bycom.retek.commons.component.impl.SecondClassObjectImpl
All Implemented Interfaces:
BusinessObject, SecondClassObject
Direct Known Subclasses:
AddressCodeDetailImpl, BazImpl, CallTagReturnItemImpl, CarrierShippingMethodZoneImpl, CorrespondenceTemplateDeliveryMethodImpl, CustomerCreditApplicationImpl, CustomerIntegrationCustomerImportResultImpl, CustomerOrderPersonalizationTextLineImpl, CustomerOrderPromotionAdjustmentImpl, CustomerOrderPromotionDiscountImpl, CustomerOrderSettlementImpl, DemandOverTimeImpl, DirectShipOrderLineImpl, ElementObjectImpl, GiftVoucherAttributesImpl, PaymentAuthorizationResponseImpl, PaymentSettlementTransactionHeaderImpl, ReturnLineAccommodationAdjustmentImpl, ReturnLineTaxRecordImpl, SaeStoreTransactionHeaderImpl, ShippedContainerTaxCalculatorInvoiceImpl, ShippedContainerTaxInvoiceLineItemImpl, ShippingRateImpl, ShipToTotalsImpl, TaxAccommodationDetailImpl, TaxCalculatorImpl, TaxCreditorImpl, TaxInvoiceImpl, TenderTypeOrderSourceImpl, TenderTypePaymentPlanCodeImpl, VirtualWhReservationValueImpl, ZipCodeRangeWarehousePriorityImpl

public abstract class SecondClassObjectImpl
extends BusinessObjectImpl
implements SecondClassObject


Field Summary
 
Fields inherited from class com.retek.commons.component.impl.BusinessObjectImpl
context
 
Constructor Summary
SecondClassObjectImpl(DistributedContext context, SecondClassDto dto)
           
 
Method Summary
 boolean equals(java.lang.Object that)
           
protected  SecondClassDto getGenericDto()
           
 int hashCode()
           
protected  void setGenericDto(SecondClassDto dto)
           
 java.lang.String toString()
           
static java.util.List wrap(DistributedContext context, java.util.Collection dtos)
           
static SecondClassObjectImpl wrap(DistributedContext context, SecondClassDto dto)
           
static java.util.Set wrap(DistributedContext context, java.util.Set dtos)
           
static java.util.List wrap(DistributedContext context, java.util.SortedSet dtos)
           
 
Methods inherited from class com.retek.commons.component.impl.BusinessObjectImpl
checkRelation, checkRelation, getBusinessInterface, getContext
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.retek.commons.component.BusinessObject
getBusinessInterface
 

Constructor Detail

SecondClassObjectImpl

public SecondClassObjectImpl(DistributedContext context,
                             SecondClassDto dto)
Method Detail

wrap

public static SecondClassObjectImpl wrap(DistributedContext context,
                                         SecondClassDto dto)
                                  throws SystemException
Throws:
SystemException

wrap

public static java.util.List wrap(DistributedContext context,
                                  java.util.Collection dtos)
                           throws SystemException
Throws:
SystemException

wrap

public static java.util.List wrap(DistributedContext context,
                                  java.util.SortedSet dtos)
                           throws SystemException
Throws:
SystemException

wrap

public static java.util.Set wrap(DistributedContext context,
                                 java.util.Set dtos)
                          throws SystemException
Throws:
SystemException

getGenericDto

protected SecondClassDto getGenericDto()

setGenericDto

protected void setGenericDto(SecondClassDto dto)

equals

public final boolean equals(java.lang.Object that)

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