com.retek.component.inventory.impl
Class InventoryQtyImpl
java.lang.Object
com.retek.commons.domain.core.impl.BusinessObjectImpl
com.retek.component.inventory.impl.InventoryQtyImpl
- All Implemented Interfaces:
- BusinessObject, java.lang.Comparable, InventoryQty
- public class InventoryQtyImpl
- extends BusinessObjectImpl
- implements InventoryQty
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
InventoryQtyImpl
public InventoryQtyImpl(InventoryQtyDto dto)
submit
public void submit()
throws SystemException,
BusinessException
- Specified by:
submit
in interface InventoryQty
- Throws:
SystemException
BusinessException
getDto
protected AbstractDto getDto()
- Specified by:
getDto
in class BusinessObjectImpl
getInventoryQtyType
public InventoryQtyType getInventoryQtyType()
- Specified by:
getInventoryQtyType
in interface InventoryQty
isAdded
public boolean isAdded()
- Specified by:
isAdded
in interface InventoryQty
getTotalQty
public Quantity getTotalQty()
- Specified by:
getTotalQty
in interface InventoryQty
isPersisted
public boolean isPersisted()
- Specified by:
isPersisted
in interface InventoryQty
- Overrides:
isPersisted
in class BusinessObjectImpl
setIsAdded
public void setIsAdded(boolean isAdded)
- Specified by:
setIsAdded
in interface InventoryQty
setInventoryBucketType
public void setInventoryBucketType(InventoryBucketType inventoryBucketType)
- Specified by:
setInventoryBucketType
in interface InventoryQty
getInventoryBucketType
public InventoryBucketType getInventoryBucketType()
- Specified by:
getInventoryBucketType
in interface InventoryQty
setInventoryQtyType
public void setInventoryQtyType(InventoryQtyType inventoryQtyType)
- Specified by:
setInventoryQtyType
in interface InventoryQty
isIncluded
public boolean isIncluded()
- Specified by:
isIncluded
in interface InventoryQty
setIsIncluded
public void setIsIncluded(boolean isIncluded)
- Specified by:
setIsIncluded
in interface InventoryQty
setTotalQty
public void setTotalQty(Quantity totalQuantity)
Copyright © 2004 Retek Inc. All Rights Reserved.
- Generated at Fri, 10/22/2004 07:28