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

java.lang.Object
  extended bycom.retek.commons.component.impl.SecondClassDto
      extended bycom.retek.component.customerorder.impl.remote.ShipToTotalsDto
All Implemented Interfaces:
java.lang.Cloneable, java.io.Serializable
Direct Known Subclasses:
NormalShipToTotalsDto, ZeroChargeShipToTotalsDto

public abstract class ShipToTotalsDto
extends SecondClassDto

See Also:
Serialized Form

Field Summary
 Money currentStandardShippingItemTotal
           
 Money currentTotalStandardShippingCharge
           
 Money originalStandardShippingCharge
           
 Money previousStdShippingTax
           
 DistributedReference shippingRateTableRef
          Reference to shipping rate table for the ship-to, once this is established for the ship-to it is locked in for the life of the order.
 DistributedReference shipToRef
           
 Money standardShippingCharge
           
 Money standardShippingTax
           
 boolean taxCalculationError
           
 
Constructor Summary
ShipToTotalsDto()
           
 
Methods inherited from class com.retek.commons.component.impl.SecondClassDto
clone, equals, equalsDto, getBusinessInterface, getPropertyMap, hashCode, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

shipToRef

public DistributedReference shipToRef

shippingRateTableRef

public DistributedReference shippingRateTableRef
Reference to shipping rate table for the ship-to, once this is established for the ship-to it is locked in for the life of the order.


standardShippingCharge

public Money standardShippingCharge

standardShippingTax

public Money standardShippingTax

originalStandardShippingCharge

public Money originalStandardShippingCharge

currentStandardShippingItemTotal

public Money currentStandardShippingItemTotal

currentTotalStandardShippingCharge

public Money currentTotalStandardShippingCharge

previousStdShippingTax

public Money previousStdShippingTax

taxCalculationError

public boolean taxCalculationError
Constructor Detail

ShipToTotalsDto

public ShipToTotalsDto()


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