com.retek.component.shipping.impl
Class CarrierShippingMethodZoneImpl

java.lang.Object
  extended bycom.retek.commons.component.impl.BusinessObjectImpl
      extended bycom.retek.commons.component.impl.SecondClassObjectImpl
          extended bycom.retek.component.shipping.impl.CarrierShippingMethodZoneImpl
All Implemented Interfaces:
BusinessObject, CarrierShippingMethodZone, SecondClassObject

public class CarrierShippingMethodZoneImpl
extends SecondClassObjectImpl
implements CarrierShippingMethodZone


Field Summary
 
Fields inherited from class com.retek.commons.component.impl.BusinessObjectImpl
context
 
Fields inherited from interface com.retek.component.shipping.CarrierShippingMethodZone
TRANSIT_DAYS
 
Constructor Summary
CarrierShippingMethodZoneImpl(DistributedContext context)
           
CarrierShippingMethodZoneImpl(DistributedContext context, CarrierShippingMethodZoneDto dto)
           
 
Method Summary
 CarrierShippingMethodZoneDto getDto()
           
 int getTransitDays()
           
 void setShipFromEndZipCode(java.lang.String shipFromEndZipCode)
           
 void setShipFromStartZipCode(java.lang.String shipFromStartZipCode)
           
 void setShipToEndZipCode(java.lang.String shipToEndZipCode)
           
 void setShipToStartZipCode(java.lang.String shipToStartZipCode)
           
 void setTransitDays(int transitDays)
           
 
Methods inherited from class com.retek.commons.component.impl.SecondClassObjectImpl
equals, getGenericDto, hashCode, setGenericDto, toString, wrap, wrap, wrap, wrap
 
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

CarrierShippingMethodZoneImpl

public CarrierShippingMethodZoneImpl(DistributedContext context,
                                     CarrierShippingMethodZoneDto dto)

CarrierShippingMethodZoneImpl

public CarrierShippingMethodZoneImpl(DistributedContext context)
Method Detail

getDto

public CarrierShippingMethodZoneDto getDto()
                                    throws SystemException
Throws:
SystemException

setShipFromStartZipCode

public void setShipFromStartZipCode(java.lang.String shipFromStartZipCode)
                             throws SystemException
Specified by:
setShipFromStartZipCode in interface CarrierShippingMethodZone
Throws:
SystemException

setShipFromEndZipCode

public void setShipFromEndZipCode(java.lang.String shipFromEndZipCode)
                           throws SystemException
Specified by:
setShipFromEndZipCode in interface CarrierShippingMethodZone
Throws:
SystemException

setShipToStartZipCode

public void setShipToStartZipCode(java.lang.String shipToStartZipCode)
                           throws SystemException
Specified by:
setShipToStartZipCode in interface CarrierShippingMethodZone
Throws:
SystemException

setShipToEndZipCode

public void setShipToEndZipCode(java.lang.String shipToEndZipCode)
                         throws SystemException
Specified by:
setShipToEndZipCode in interface CarrierShippingMethodZone
Throws:
SystemException

setTransitDays

public void setTransitDays(int transitDays)
                    throws SystemException
Specified by:
setTransitDays in interface CarrierShippingMethodZone
Throws:
SystemException

getTransitDays

public int getTransitDays()
                   throws SystemException
Specified by:
getTransitDays in interface CarrierShippingMethodZone
Throws:
SystemException


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