com.retek.component.location
Interface CountryZipCodeRange
- All Superinterfaces:
- BusinessObject, DistributedObject
- All Known Implementing Classes:
- CountryZipCodeRangeImpl
- public interface CountryZipCodeRange
- extends DistributedObject
Methods inherited from interface com.retek.commons.component.DistributedObject |
debugToString, discardChanges, getContext, getId, getReference, isDeleted, isDirty, isDirtyDeep, isDirtyIgnoreFields, isPersisted, refresh |
DEFAULT_RANGE
public static final java.lang.String DEFAULT_RANGE
- See Also:
- Constant Field Values
START_ZIP_CODE
public static final java.lang.String START_ZIP_CODE
- See Also:
- Constant Field Values
END_ZIP_CODE
public static final java.lang.String END_ZIP_CODE
- See Also:
- Constant Field Values
WAREHOUSE_PRIORITIES
public static final java.lang.String WAREHOUSE_PRIORITIES
- See Also:
- Constant Field Values
setStartZipCode
public void setStartZipCode(java.lang.String startZipCode)
throws SystemException
- Throws:
SystemException
setEndZipCode
public void setEndZipCode(java.lang.String endZipCode)
throws SystemException
- Throws:
SystemException
getStartZipCode
public java.lang.String getStartZipCode()
throws SystemException
- Throws:
SystemException
getEndZipCode
public java.lang.String getEndZipCode()
throws SystemException
- Throws:
SystemException
getCountry
public Country getCountry()
throws SystemException
- Throws:
SystemException
getWarehousePriorities
public java.util.List getWarehousePriorities()
throws SystemException
- Throws:
SystemException
isDefaultRange
public boolean isDefaultRange()
throws SystemException
- Throws:
SystemException
addWarehousePriority
public void addWarehousePriority(ZipCodeRangeWarehousePriority warehousePriority)
throws SystemException
- Throws:
SystemException
setWarehousePriorities
public void setWarehousePriorities(java.util.List warehousePriorities)
throws SystemException
- Throws:
SystemException
Copyright © 2004 Retek Inc. All Rights Reserved.
- Generated at Fri, 10/22/2004 07:28