com.retek.component.location.impl
Class CountryZipCodeRangeImpl
java.lang.Object
com.retek.commons.component.impl.BusinessObjectImpl
com.retek.commons.component.impl.DistributedObjectImpl
com.retek.component.location.impl.CountryZipCodeRangeImpl
- All Implemented Interfaces:
- BusinessObject, CountryZipCodeRange, DistributedObject
- public class CountryZipCodeRangeImpl
- extends DistributedObjectImpl
- implements CountryZipCodeRange
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 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 |
CountryZipCodeRangeImpl
public CountryZipCodeRangeImpl(DistributedContext context,
DistributedReference reference,
boolean createHollow)
throws SystemException
CountryZipCodeRangeImpl
public CountryZipCodeRangeImpl(DistributedContext context,
DistributedReference reference)
throws SystemException
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