com.retek.component.location
Interface ZipCodeRangeWarehousePriority

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

public interface ZipCodeRangeWarehousePriority
extends SecondClassObject


Method Summary
 int getPriority()
           
 Warehouse getWarehouse()
           
 void setPriority(int priority)
           
 void setWarehouse(Warehouse warehouse)
           
 
Methods inherited from interface com.retek.commons.component.BusinessObject
getBusinessInterface
 

Method Detail

setWarehouse

public void setWarehouse(Warehouse warehouse)
                  throws SystemException
Throws:
SystemException

setPriority

public void setPriority(int priority)
                 throws SystemException
Throws:
SystemException

getPriority

public int getPriority()
                throws SystemException
Throws:
SystemException

getWarehouse

public Warehouse getWarehouse()
                       throws SystemException
Throws:
SystemException


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