com.retek.component.inventory.impl
Class InventoryImpl

java.lang.Object
  extended bycom.retek.commons.domain.core.impl.BusinessObjectImpl
      extended bycom.retek.component.inventory.impl.InventoryImpl
All Implemented Interfaces:
BusinessObject, java.lang.Comparable, Inventory

public class InventoryImpl
extends BusinessObjectImpl
implements Inventory


Constructor Summary
InventoryImpl(InventoryDto dto)
           
 
Method Summary
 void addInventoryQtyBucket(InventoryQtyBucket inventoryQtyBucket)
           
protected  AbstractDto getDto()
           
 InventoryQtyBucket getInventoryQtyBucket(VirtualStoreInventoryBucketType bucketType)
           
 java.lang.String getItemId()
           
 DistributedReference getOrganizationRef()
           
 
Methods inherited from class com.retek.commons.domain.core.impl.BusinessObjectImpl
compareTo, equals, getDescription, getId, hashCode, isPersisted, isValid, setDescription, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.retek.commons.domain.core.BusinessObject
getId
 

Constructor Detail

InventoryImpl

public InventoryImpl(InventoryDto dto)
Method Detail

getDto

protected AbstractDto getDto()
Specified by:
getDto in class BusinessObjectImpl

getItemId

public java.lang.String getItemId()
Specified by:
getItemId in interface Inventory

getOrganizationRef

public DistributedReference getOrganizationRef()
Specified by:
getOrganizationRef in interface Inventory

getInventoryQtyBucket

public InventoryQtyBucket getInventoryQtyBucket(VirtualStoreInventoryBucketType bucketType)
Specified by:
getInventoryQtyBucket in interface Inventory

addInventoryQtyBucket

public void addInventoryQtyBucket(InventoryQtyBucket inventoryQtyBucket)
Specified by:
addInventoryQtyBucket in interface Inventory


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