com.retek.component.inventory.impl.remote.command
Class DateCalculationData
java.lang.Object
com.retek.component.inventory.impl.remote.command.DateCalculationData
- All Implemented Interfaces:
- java.io.Serializable
- public class DateCalculationData
- extends java.lang.Object
- implements java.io.Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DateCalculationData
public DateCalculationData(java.lang.String id,
Quantity receivedQuantity,
Quantity orderedQuantity,
RDate estimatedInStockDate)
getEstimatedInStockDate
public RDate getEstimatedInStockDate()
getOrderedQuantity
public Quantity getOrderedQuantity()
getReceivedQuantity
public Quantity getReceivedQuantity()
setEstimatedInStockDate
public void setEstimatedInStockDate(RDate estimatedInStockDate)
setOrderedQuantity
public void setOrderedQuantity(Quantity orderedQuantity)
setReceivedQuantity
public void setReceivedQuantity(Quantity receivedQuantity)
getId
public java.lang.String getId()
setId
public void setId(java.lang.String id)
Copyright © 2004 Retek Inc. All Rights Reserved.
- Generated at Fri, 10/22/2004 07:28