com.retek.component.location.impl
Class CountryZipCodeRangeImpl

java.lang.Object
  extended bycom.retek.commons.component.impl.BusinessObjectImpl
      extended bycom.retek.commons.component.impl.DistributedObjectImpl
          extended bycom.retek.component.location.impl.CountryZipCodeRangeImpl
All Implemented Interfaces:
BusinessObject, CountryZipCodeRange, DistributedObject

public class CountryZipCodeRangeImpl
extends DistributedObjectImpl
implements CountryZipCodeRange


Nested Class Summary
 
Nested classes inherited from class com.retek.commons.component.impl.DistributedObjectImpl
DistributedObjectImpl.DtoBurgular
 
Field Summary
 
Fields inherited from class com.retek.commons.component.impl.BusinessObjectImpl
context
 
Fields inherited from interface com.retek.component.location.CountryZipCodeRange
DEFAULT_RANGE, END_ZIP_CODE, START_ZIP_CODE, WAREHOUSE_PRIORITIES
 
Constructor Summary
CountryZipCodeRangeImpl(DistributedContext context, DistributedReference reference)
           
CountryZipCodeRangeImpl(DistributedContext context, DistributedReference reference, boolean createHollow)
           
 
Method Summary
 void addWarehousePriority(ZipCodeRangeWarehousePriority warehousePriority)
           
 Country getCountry()
           
 CountryZipCodeRangeDto getDto()
           
 java.lang.String getEndZipCode()
           
 java.lang.String getStartZipCode()
           
 java.util.List getWarehousePriorities()
           
 boolean isDefaultRange()
           
protected  Dto readLatest()
           
 void setCountry(Country country)
           
 void setDefaultRange(boolean defaultRange)
           
 void setEndZipCode(java.lang.String endZipCode)
           
 void setStartZipCode(java.lang.String startZipCode)
           
 void setWarehousePriorities(java.util.List warehousePriorities)
           
 
Methods inherited from class com.retek.commons.component.impl.DistributedObjectImpl
attributesToString, createEmptyDto, debugToString, discardChanges, discardChangesShallow, equals, getGenericDto, getId, getReference, getReference, getVersion, hashCode, isDeleted, isDirty, isDirtyDeep, isDirtyIgnoreFields, isHollow, isPersisted, markAllDeleted, refresh, 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.DistributedObject
debugToString, discardChanges, getContext, getId, getReference, isDeleted, isDirty, isDirtyDeep, isDirtyIgnoreFields, isPersisted, refresh
 
Methods inherited from interface com.retek.commons.component.BusinessObject
getBusinessInterface
 

Constructor Detail

CountryZipCodeRangeImpl

public CountryZipCodeRangeImpl(DistributedContext context,
                               DistributedReference reference,
                               boolean createHollow)
                        throws SystemException

CountryZipCodeRangeImpl

public CountryZipCodeRangeImpl(DistributedContext context,
                               DistributedReference reference)
                        throws SystemException
Method Detail

getDto

public CountryZipCodeRangeDto getDto()
                              throws SystemException
Throws:
SystemException

setCountry

public void setCountry(Country country)
                throws SystemException
Throws:
SystemException

setEndZipCode

public void setEndZipCode(java.lang.String endZipCode)
                   throws SystemException
Specified by:
setEndZipCode in interface CountryZipCodeRange
Throws:
SystemException

setStartZipCode

public void setStartZipCode(java.lang.String startZipCode)
                     throws SystemException
Specified by:
setStartZipCode in interface CountryZipCodeRange
Throws:
SystemException

setDefaultRange

public void setDefaultRange(boolean defaultRange)
                     throws SystemException
Throws:
SystemException

getStartZipCode

public java.lang.String getStartZipCode()
                                 throws SystemException
Specified by:
getStartZipCode in interface CountryZipCodeRange
Throws:
SystemException

getEndZipCode

public java.lang.String getEndZipCode()
                               throws SystemException
Specified by:
getEndZipCode in interface CountryZipCodeRange
Throws:
SystemException

getCountry

public Country getCountry()
                   throws SystemException
Specified by:
getCountry in interface CountryZipCodeRange
Throws:
SystemException

isDefaultRange

public boolean isDefaultRange()
                       throws SystemException
Specified by:
isDefaultRange in interface CountryZipCodeRange
Throws:
SystemException

getWarehousePriorities

public java.util.List getWarehousePriorities()
                                      throws SystemException
Specified by:
getWarehousePriorities in interface CountryZipCodeRange
Throws:
SystemException

addWarehousePriority

public void addWarehousePriority(ZipCodeRangeWarehousePriority warehousePriority)
                          throws SystemException
Specified by:
addWarehousePriority in interface CountryZipCodeRange
Throws:
SystemException

setWarehousePriorities

public void setWarehousePriorities(java.util.List warehousePriorities)
                            throws SystemException
Specified by:
setWarehousePriorities in interface CountryZipCodeRange
Throws:
SystemException

readLatest

protected Dto readLatest()
                  throws SystemException
Overrides:
readLatest in class DistributedObjectImpl
Throws:
SystemException


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