com.retek.commons.domain.core.impl.remote
Class AbstractDto

java.lang.Object
  extended bycom.retek.commons.domain.core.impl.remote.AbstractDto
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
AuditableDto, AvsCodeDto, DepartmentDto, DifferentiatorDto, DifferentiatorGroupDetailDto, DifferentiatorGroupHeaderDto, DifferentiatorTypeDto, DirectShipItemSupplierDto, InventoryDto, InventoryQtyBucketDto, InventoryQtyDto, ItemCarrierServiceDto, ItemClassDto, ItemDto, ItemFreeFormUdaDto, ItemLocationDto, ItemSubclassDto, ItemSupplierCountryAttributeDto, ItemSupplierDto, PaymentAuthorizationResponseDto, PaymentDto, PurchaseOrderDto, ShipmentConfirmationDto, SupplierContactMethodDto, SupplierDto, SupplierInventoryDto, SupplierLocationDto, UdaHeaderDto, UdaValueDto

public class AbstractDto
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
AbstractDto()
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getDescription()
           
static java.util.Collection getDistributedReferences(java.util.Collection dtoCollection, java.lang.Class clazz)
           
 java.lang.String getId()
           
static java.util.Collection getIds(java.util.Collection dtoCollection)
           
 int hashCode()
           
 boolean isPersisted()
           
 void setDescription(java.lang.String description)
           
 void setId(java.lang.String id)
           
 void setIsPersisted(boolean isPersisted)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractDto

public AbstractDto()
Method Detail

getDescription

public java.lang.String getDescription()

getId

public java.lang.String getId()

isPersisted

public boolean isPersisted()

setDescription

public void setDescription(java.lang.String description)

setId

public void setId(java.lang.String id)

setIsPersisted

public void setIsPersisted(boolean isPersisted)

getIds

public static java.util.Collection getIds(java.util.Collection dtoCollection)
                                   throws SystemException
Throws:
SystemException

getDistributedReferences

public static java.util.Collection getDistributedReferences(java.util.Collection dtoCollection,
                                                            java.lang.Class clazz)
                                                     throws SystemException
Throws:
SystemException

equals

public boolean equals(java.lang.Object obj)

hashCode

public int hashCode()


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