com.retek.component.location.impl
Class ZipCodeRangeWarehousePriorityImpl

java.lang.Object
  extended bycom.retek.commons.component.impl.BusinessObjectImpl
      extended bycom.retek.commons.component.impl.SecondClassObjectImpl
          extended bycom.retek.component.location.impl.ZipCodeRangeWarehousePriorityImpl
All Implemented Interfaces:
BusinessObject, SecondClassObject, ZipCodeRangeWarehousePriority

public class ZipCodeRangeWarehousePriorityImpl
extends SecondClassObjectImpl
implements ZipCodeRangeWarehousePriority


Field Summary
 
Fields inherited from class com.retek.commons.component.impl.BusinessObjectImpl
context
 
Constructor Summary
ZipCodeRangeWarehousePriorityImpl(DistributedContext context)
           
ZipCodeRangeWarehousePriorityImpl(DistributedContext context, ZipCodeRangeWarehousePriorityDto dto)
           
 
Method Summary
 ZipCodeRangeWarehousePriorityDto getDto()
           
 int getPriority()
           
 Warehouse getWarehouse()
           
 void setCountryZipCodeRange(CountryZipCodeRange zipCodeRange)
           
 void setPriority(int priority)
           
 void setWarehouse(Warehouse warehouse)
           
 
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

ZipCodeRangeWarehousePriorityImpl

public ZipCodeRangeWarehousePriorityImpl(DistributedContext context,
                                         ZipCodeRangeWarehousePriorityDto dto)

ZipCodeRangeWarehousePriorityImpl

public ZipCodeRangeWarehousePriorityImpl(DistributedContext context)
Method Detail

getDto

public ZipCodeRangeWarehousePriorityDto getDto()
                                        throws SystemException
Throws:
SystemException

setWarehouse

public void setWarehouse(Warehouse warehouse)
                  throws SystemException
Specified by:
setWarehouse in interface ZipCodeRangeWarehousePriority
Throws:
SystemException

setPriority

public void setPriority(int priority)
                 throws SystemException
Specified by:
setPriority in interface ZipCodeRangeWarehousePriority
Throws:
SystemException

setCountryZipCodeRange

public void setCountryZipCodeRange(CountryZipCodeRange zipCodeRange)
                            throws SystemException
Throws:
SystemException

getPriority

public int getPriority()
                throws SystemException
Specified by:
getPriority in interface ZipCodeRangeWarehousePriority
Throws:
SystemException

getWarehouse

public Warehouse getWarehouse()
                       throws SystemException
Specified by:
getWarehouse in interface ZipCodeRangeWarehousePriority
Throws:
SystemException


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