com.retek.component.location
Interface Location
- All Superinterfaces:
- BusinessObject, com.retek.swing11.commons.type.Displayable, DistributedObject
- All Known Subinterfaces:
- Store, Warehouse
- All Known Implementing Classes:
- LocationImpl, StoreImpl, WarehouseImpl
- public interface Location
- extends DistributedObject, com.retek.swing11.commons.type.Displayable
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 |
getDisplayCode
public java.lang.String getDisplayCode()
throws SystemException
- ID from RMS.
- Throws:
SystemException
getDescription
public java.lang.String getDescription()
throws SystemException
- Throws:
SystemException
getAddress
public Address getAddress()
throws SystemException
- Throws:
SystemException
getCurrencyCode
public java.lang.String getCurrencyCode()
throws SystemException
- Throws:
SystemException
getChannel
public Channel getChannel()
throws SystemException
- Throws:
SystemException
getEmailAddress
public java.lang.String getEmailAddress()
throws SystemException
- Throws:
SystemException
isStockHolding
public boolean isStockHolding()
throws SystemException
- Throws:
SystemException
setDescription
public void setDescription(java.lang.String description)
throws SystemException
- Throws:
SystemException
setAddress
public void setAddress(Address address)
throws SystemException
- Throws:
SystemException
setChannel
public void setChannel(Channel channel)
throws SystemException
- Throws:
SystemException
setEmailAddress
public void setEmailAddress(java.lang.String emailAddress)
throws SystemException
- Throws:
SystemException
setStockHolding
public void setStockHolding(boolean isStockHolding)
throws SystemException
- Throws:
SystemException
setCurrencyCode
public void setCurrencyCode(java.lang.String currencyCode)
throws SystemException
- Throws:
SystemException
isPhysicalLocation
public boolean isPhysicalLocation()
throws SystemException
- Throws:
SystemException
submit
public void submit()
throws SystemException,
BusinessException
- Throws:
SystemException
BusinessException
Copyright © 2004 Retek Inc. All Rights Reserved.
- Generated at Fri, 10/22/2004 07:28