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


Method Summary
 Address getAddress()
           
 Channel getChannel()
           
 java.lang.String getCurrencyCode()
           
 java.lang.String getDescription()
           
 java.lang.String getDisplayCode()
          ID from RMS.
 java.lang.String getEmailAddress()
           
 boolean isPhysicalLocation()
           
 boolean isStockHolding()
           
 void setAddress(Address address)
           
 void setChannel(Channel channel)
           
 void setCurrencyCode(java.lang.String currencyCode)
           
 void setDescription(java.lang.String description)
           
 void setEmailAddress(java.lang.String emailAddress)
           
 void setStockHolding(boolean isStockHolding)
           
 void submit()
           
 
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
 
Methods inherited from interface com.retek.swing11.commons.type.Displayable
toDisplayString
 

Method Detail

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