com.retek.component.inventory
Interface InventoryQty

All Superinterfaces:
BusinessObject
All Known Implementing Classes:
InventoryQtyImpl

public interface InventoryQty
extends BusinessObject


Method Summary
 InventoryBucketType getInventoryBucketType()
           
 InventoryQtyType getInventoryQtyType()
           
 Quantity getTotalQty()
           
 boolean isAdded()
           
 boolean isIncluded()
           
 boolean isPersisted()
           
 void setInventoryBucketType(InventoryBucketType inventoryBucketType)
           
 void setInventoryQtyType(InventoryQtyType inventoryQtyType)
           
 void setIsAdded(boolean isAdded)
           
 void setIsIncluded(boolean isIncluded)
           
 void submit()
           
 
Methods inherited from interface com.retek.commons.domain.core.BusinessObject
getId
 

Method Detail

getInventoryQtyType

public InventoryQtyType getInventoryQtyType()

isAdded

public boolean isAdded()

getTotalQty

public Quantity getTotalQty()

submit

public void submit()
            throws SystemException,
                   BusinessException
Throws:
SystemException
BusinessException

isPersisted

public boolean isPersisted()

setIsAdded

public void setIsAdded(boolean isAdded)

setInventoryBucketType

public void setInventoryBucketType(InventoryBucketType inventoryBucketType)

getInventoryBucketType

public InventoryBucketType getInventoryBucketType()

setInventoryQtyType

public void setInventoryQtyType(InventoryQtyType inventoryQtyType)

isIncluded

public boolean isIncluded()

setIsIncluded

public void setIsIncluded(boolean isIncluded)


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