com.retek.component.item
Interface ShipRestriction
- All Superinterfaces:
- BusinessObject, DistributedObject
- public interface ShipRestriction
- extends DistributedObject
Methods inherited from interface com.retek.commons.component.DistributedObject |
debugToString, discardChanges, getContext, getId, getReference, isDeleted, isDirty, isDirtyDeep, isDirtyIgnoreFields, isPersisted, refresh |
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
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