com.retek.component.shipping
Interface CarrierShippingMethodZone

All Superinterfaces:
BusinessObject, SecondClassObject
All Known Implementing Classes:
CarrierShippingMethodZoneImpl

public interface CarrierShippingMethodZone
extends SecondClassObject


Field Summary
static java.lang.String TRANSIT_DAYS
           
 
Method Summary
 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 interface com.retek.commons.component.BusinessObject
getBusinessInterface
 

Field Detail

TRANSIT_DAYS

public static final java.lang.String TRANSIT_DAYS
See Also:
Constant Field Values
Method Detail

setShipFromStartZipCode

public void setShipFromStartZipCode(java.lang.String shipFromStartZipCode)
                             throws SystemException
Throws:
SystemException

setShipFromEndZipCode

public void setShipFromEndZipCode(java.lang.String shipFromEndZipCode)
                           throws SystemException
Throws:
SystemException

setShipToStartZipCode

public void setShipToStartZipCode(java.lang.String shipToStartZipCode)
                           throws SystemException
Throws:
SystemException

setShipToEndZipCode

public void setShipToEndZipCode(java.lang.String shipToEndZipCode)
                         throws SystemException
Throws:
SystemException

setTransitDays

public void setTransitDays(int transitDays)
                    throws SystemException
Throws:
SystemException

getTransitDays

public int getTransitDays()
                   throws SystemException
Throws:
SystemException


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