com.retek.component.inventory.impl.remote
Class SupplierInventoryDto

java.lang.Object
  extended bycom.retek.commons.domain.core.impl.remote.AbstractDto
      extended bycom.retek.component.inventory.impl.remote.SupplierInventoryDto
All Implemented Interfaces:
java.io.Serializable

public class SupplierInventoryDto
extends AbstractDto
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
 RDate endDateTime
           
 java.lang.String itemId
           
 Quantity quantityReserved
           
 Quantity quantityShipped
           
 Quantity revisedQuantityAvailable
           
 RDate startDateTime
           
 java.lang.String supplierId
           
 
Constructor Summary
SupplierInventoryDto()
           
 
Method Summary
 java.lang.String getId()
           
 
Methods inherited from class com.retek.commons.domain.core.impl.remote.AbstractDto
equals, getDescription, getDistributedReferences, getIds, hashCode, isPersisted, setDescription, setId, setIsPersisted
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

itemId

public java.lang.String itemId

supplierId

public java.lang.String supplierId

startDateTime

public RDate startDateTime

endDateTime

public RDate endDateTime

revisedQuantityAvailable

public Quantity revisedQuantityAvailable

quantityShipped

public Quantity quantityShipped

quantityReserved

public Quantity quantityReserved
Constructor Detail

SupplierInventoryDto

public SupplierInventoryDto()
Method Detail

getId

public java.lang.String getId()
Overrides:
getId in class AbstractDto


Copyright © 2004 Retek Inc. All Rights Reserved. - Generated at Fri, 10/22/2004 07:28