com.retek.component.demand
Interface OrderLineDemandRecord

All Superinterfaces:
BusinessObject, DistributedObject

public interface OrderLineDemandRecord
extends DistributedObject


Method Summary
 Media getMedia()
           
 Money getOrderLineAddedAmount()
           
 Quantity getOrderLineAddedQuantity()
           
 RDate getTimestamp()
           
 boolean isAddToOrderLineCount()
           
 
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
 

Method Detail

isAddToOrderLineCount

public boolean isAddToOrderLineCount()
                              throws SystemException
Throws:
SystemException

getMedia

public Media getMedia()
               throws SystemException
Throws:
SystemException

getOrderLineAddedQuantity

public Quantity getOrderLineAddedQuantity()
                                   throws SystemException
Throws:
SystemException

getOrderLineAddedAmount

public Money getOrderLineAddedAmount()
                              throws SystemException
Throws:
SystemException

getTimestamp

public RDate getTimestamp()
                   throws SystemException
Throws:
SystemException


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