com.retek.component.inventory
Interface ItemSupplierQuantityBlock
- All Superinterfaces:
- BusinessObject, DistributedObject
- All Known Implementing Classes:
- ItemSupplierQuantityBlockImpl
- public interface ItemSupplierQuantityBlock
- extends DistributedObject
Methods inherited from interface com.retek.commons.component.DistributedObject |
debugToString, discardChanges, getContext, getId, getReference, isDeleted, isDirty, isDirtyDeep, isDirtyIgnoreFields, isPersisted, refresh |
EFFECTIVE_DATE
public static final java.lang.String EFFECTIVE_DATE
- See Also:
- Constant Field Values
EXPIRATION_DATE
public static final java.lang.String EXPIRATION_DATE
- See Also:
- Constant Field Values
REVISED_AVAILABLE_QTY
public static final java.lang.String REVISED_AVAILABLE_QTY
- See Also:
- Constant Field Values
getOriginalAvailableQty
public Quantity getOriginalAvailableQty()
throws SystemException
- Throws:
SystemException
getRevisedAvailableQty
public Quantity getRevisedAvailableQty()
throws SystemException
- Throws:
SystemException
getShippingQty
public Quantity getShippingQty()
throws SystemException
- Throws:
SystemException
getReservedQty
public Quantity getReservedQty()
throws SystemException
- Throws:
SystemException
getEffectiveDate
public RDate getEffectiveDate()
throws SystemException
- Throws:
SystemException
getExpirationDate
public RDate getExpirationDate()
throws SystemException
- Throws:
SystemException
getItemId
public java.lang.String getItemId()
throws SystemException
- Throws:
SystemException
getSupplierId
public java.lang.String getSupplierId()
throws SystemException
- Throws:
SystemException
setEffectiveDate
public void setEffectiveDate(RDate effectiveDate)
throws SystemException
- Throws:
SystemException
setExpirationDate
public void setExpirationDate(RDate expirationDate)
throws SystemException
- Throws:
SystemException
setRevisedAvailableQty
public void setRevisedAvailableQty(Quantity revisedAvailQty)
throws SystemException
- Throws:
SystemException
submit
public void submit()
throws BusinessException,
SystemException
- Throws:
BusinessException
SystemException
Copyright © 2004 Retek Inc. All Rights Reserved.
- Generated at Fri, 10/22/2004 07:28