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

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

public class InventoryQtyDto
extends AbstractDto
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
 InventoryBucketType bucketType
           
 InventoryQtyType inventoryQtyType
           
 boolean isAdded
           
 boolean isIncluded
           
 Quantity totalQuantity
           
 
Constructor Summary
InventoryQtyDto()
           
 
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

inventoryQtyType

public InventoryQtyType inventoryQtyType

isAdded

public boolean isAdded

totalQuantity

public Quantity totalQuantity

bucketType

public InventoryBucketType bucketType

isIncluded

public boolean isIncluded
Constructor Detail

InventoryQtyDto

public InventoryQtyDto()
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