com.retek.component.location
Interface Store
- All Superinterfaces:
- BusinessObject, com.retek.swing11.commons.type.Displayable, DistributedObject, Location
- public interface Store
- extends Location
Methods inherited from interface com.retek.component.location.Location |
getAddress, getChannel, getCurrencyCode, getDescription, getDisplayCode, getEmailAddress, isPhysicalLocation, isStockHolding, setAddress, setChannel, setCurrencyCode, setDescription, setEmailAddress, setStockHolding |
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.swing11.commons.type.Displayable |
toDisplayString |
ADDRESS_LINE_ONE
public static final java.lang.String ADDRESS_LINE_ONE
- See Also:
- Constant Field Values
ADDRESS_CITY
public static final java.lang.String ADDRESS_CITY
- See Also:
- Constant Field Values
ADDRESS_STATE
public static final java.lang.String ADDRESS_STATE
- See Also:
- Constant Field Values
ADDRESS_POSTAL_CODE
public static final java.lang.String ADDRESS_POSTAL_CODE
- See Also:
- Constant Field Values
ADDRESS
public static final java.lang.String ADDRESS
- See Also:
- Constant Field Values
CHANNEL
public static final java.lang.String CHANNEL
- See Also:
- Constant Field Values
WAREHOUSE
public static final java.lang.String WAREHOUSE
- See Also:
- Constant Field Values
getDefaultWarehouse
public Warehouse getDefaultWarehouse()
throws SystemException
- Throws:
SystemException
getManagerName
public java.lang.String getManagerName()
throws SystemException
- Throws:
SystemException
getStoreOpenDate
public RDate getStoreOpenDate()
throws SystemException
- Throws:
SystemException
getStoreCloseDate
public RDate getStoreCloseDate()
throws SystemException
- Throws:
SystemException
getFaxNumber
public java.lang.String getFaxNumber()
throws SystemException
- Throws:
SystemException
getTelephoneNumber
public java.lang.String getTelephoneNumber()
throws SystemException
- Throws:
SystemException
getMallName
public java.lang.String getMallName()
throws SystemException
- Throws:
SystemException
getMaxOutboundHandlingDays
public int getMaxOutboundHandlingDays()
throws SystemException
- Throws:
SystemException
setDefaultWarehouse
public void setDefaultWarehouse(Warehouse defaultWh)
throws SystemException
- Throws:
SystemException
setManagerName
public void setManagerName(java.lang.String managerName)
throws SystemException
- Throws:
SystemException
setStoreOpenDate
public void setStoreOpenDate(RDate openDate)
throws SystemException
- Throws:
SystemException
setStoreCloseDate
public void setStoreCloseDate(RDate closeDate)
throws SystemException
- Throws:
SystemException
setFaxNumber
public void setFaxNumber(java.lang.String faxNumber)
throws SystemException
- Throws:
SystemException
setTelephoneNumber
public void setTelephoneNumber(java.lang.String telephoneNumber)
throws SystemException
- Throws:
SystemException
setMallName
public void setMallName(java.lang.String mallName)
throws SystemException
- Throws:
SystemException
submit
public void submit()
throws SystemException,
BusinessException
- Specified by:
submit
in interface Location
- Throws:
SystemException
BusinessException
Copyright © 2005 Retek Inc. All Rights Reserved.
- Generated at Fri, 01/21/2005 14:25