com.retek.component.customerorder.impl.remote
Class CustomerOrderSettlementDto

java.lang.Object
  extended bycom.retek.commons.component.impl.SecondClassDto
      extended bycom.retek.component.customerorder.impl.remote.CustomerOrderSettlementDto
All Implemented Interfaces:
java.lang.Cloneable, java.io.Serializable

public class CustomerOrderSettlementDto
extends SecondClassDto

See Also:
Serialized Form

Field Summary
 Money amount
           
 DistributedReference customerOrderPaymentRef
           
 RDate dateOfPurchase
           
 RDate dateOfSettlement
           
 boolean processed
           
 java.util.Set returnLineRefs
           
 java.lang.String settlementFileNumber
           
 java.util.Set shippedContainerRefs
           
 
Constructor Summary
CustomerOrderSettlementDto()
           
 
Method Summary
 java.lang.Class getBusinessInterface()
           
 
Methods inherited from class com.retek.commons.component.impl.SecondClassDto
clone, equals, equalsDto, getPropertyMap, hashCode, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

customerOrderPaymentRef

public DistributedReference customerOrderPaymentRef

dateOfPurchase

public RDate dateOfPurchase

amount

public Money amount

settlementFileNumber

public java.lang.String settlementFileNumber

dateOfSettlement

public RDate dateOfSettlement

processed

public boolean processed

shippedContainerRefs

public java.util.Set shippedContainerRefs

returnLineRefs

public java.util.Set returnLineRefs
Constructor Detail

CustomerOrderSettlementDto

public CustomerOrderSettlementDto()
Method Detail

getBusinessInterface

public java.lang.Class getBusinessInterface()
Specified by:
getBusinessInterface in class SecondClassDto


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