com.retek.component.inventory
Interface ItemSupplierQuantityBlock

All Superinterfaces:
BusinessObject, DistributedObject

public interface ItemSupplierQuantityBlock
extends DistributedObject


Field Summary
static java.lang.String EFFECTIVE_DATE
           
static java.lang.String EXPIRATION_DATE
           
static java.lang.String REVISED_AVAILABLE_QTY
           
 
Method Summary
 RDate getEffectiveDate()
           
 RDate getExpirationDate()
           
 java.lang.String getItemId()
           
 Quantity getOriginalAvailableQty()
           
 Quantity getReservedQty()
           
 Quantity getRevisedAvailableQty()
           
 Quantity getShippingQty()
           
 java.lang.String getSupplierId()
           
 void setEffectiveDate(RDate effectiveDate)
           
 void setExpirationDate(RDate expirationDate)
           
 void setRevisedAvailableQty(Quantity revisedAvailQty)
           
 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

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
Method Detail

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 © 2005 Retek Inc. All Rights Reserved. - Generated at Fri, 01/21/2005 14:25