com.retek.component.inventory.impl
Class InventoryQtyImpl

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

public class InventoryQtyImpl
extends BusinessObjectImpl
implements InventoryQty


Constructor Summary
InventoryQtyImpl(InventoryQtyDto dto)
           
 
Method Summary
protected  AbstractDto getDto()
           
 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 setTotalQty(Quantity totalQuantity)
           
 void submit()
           
 
Methods inherited from class com.retek.commons.domain.core.impl.BusinessObjectImpl
compareTo, equals, getDescription, getId, hashCode, 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

InventoryQtyImpl

public InventoryQtyImpl(InventoryQtyDto dto)
Method Detail

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