com.retek.component.item
Interface ShipRestriction

All Superinterfaces:
BusinessObject, DistributedObject

public interface ShipRestriction
extends DistributedObject


Field Summary
static java.lang.String ADDRESS_DETAIL
           
static java.lang.String CARRIER
           
static java.lang.String ITEM
           
 
Method Summary
 void addAddressCodeDetail(AddressCodeDetail addressCodedetail)
           
 AddressCode getAddressCode()
           
 java.util.Collection getAddressCodeDetails()
           
 Carrier getCarrier()
           
 ConveyableType getConveyableType()
           
 Item getItem()
           
 void removeAddressCodeDetail(AddressCodeDetail addressCodeDetail)
           
 void setAddressCode(AddressCode addressCode)
           
 void setCarrier(Carrier carrier)
           
 void setConveyableType(ConveyableType conveyableType)
           
 void setItem(Item item)
           
 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
 

Field Detail

ITEM

public static final java.lang.String ITEM
See Also:
Constant Field Values

CARRIER

public static final java.lang.String CARRIER
See Also:
Constant Field Values

ADDRESS_DETAIL

public static final java.lang.String ADDRESS_DETAIL
See Also:
Constant Field Values
Method Detail

getAddressCode

public AddressCode getAddressCode()
                           throws SystemException
Throws:
SystemException

getCarrier

public Carrier getCarrier()
                   throws SystemException
Throws:
SystemException

getConveyableType

public ConveyableType getConveyableType()
                                 throws SystemException
Throws:
SystemException

getItem

public Item getItem()
             throws SystemException
Throws:
SystemException

setCarrier

public void setCarrier(Carrier carrier)
                throws SystemException
Throws:
SystemException

setConveyableType

public void setConveyableType(ConveyableType conveyableType)
                       throws SystemException
Throws:
SystemException

setItem

public void setItem(Item item)
             throws SystemException
Throws:
SystemException

setAddressCode

public void setAddressCode(AddressCode addressCode)
                    throws SystemException
Throws:
SystemException

getAddressCodeDetails

public java.util.Collection getAddressCodeDetails()
                                           throws SystemException
Throws:
SystemException

addAddressCodeDetail

public void addAddressCodeDetail(AddressCodeDetail addressCodedetail)
                          throws SystemException,
                                 BusinessException
Throws:
SystemException
BusinessException

removeAddressCodeDetail

public void removeAddressCodeDetail(AddressCodeDetail addressCodeDetail)
                             throws SystemException
Throws:
SystemException

submit

public void submit()
            throws BusinessException,
                   SystemException
Throws:
BusinessException
SystemException


Copyright © 2005 Retek Inc. All Rights Reserved. - Generated at Fri, 01/21/2005 14:25