com.retek.component.location
Interface ZipCodeRangeWarehousePriority

All Superinterfaces:
BusinessObject, SecondClassObject

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 © 2005 Retek Inc. All Rights Reserved. - Generated at Fri, 01/21/2005 14:25