com.retek.component.inventory.impl
Class SupplierInventoryImpl

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

public class SupplierInventoryImpl
extends BusinessObjectImpl
implements SupplierInventory


Constructor Summary
SupplierInventoryImpl(SupplierInventoryDto dto)
           
 
Method Summary
protected  AbstractDto getDto()
           
 RDate getEndDateTime()
           
 java.lang.String getItemId()
           
 RDate getStartDateTime()
           
 java.lang.String getSupplierId()
           
 Quantity getSupplierInventoryQuantity()
           
 
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

SupplierInventoryImpl

public SupplierInventoryImpl(SupplierInventoryDto dto)
Method Detail

getDto

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

getItemId

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

getSupplierId

public java.lang.String getSupplierId()
Specified by:
getSupplierId in interface SupplierInventory

getEndDateTime

public RDate getEndDateTime()
Specified by:
getEndDateTime in interface SupplierInventory

getStartDateTime

public RDate getStartDateTime()
Specified by:
getStartDateTime in interface SupplierInventory

getSupplierInventoryQuantity

public Quantity getSupplierInventoryQuantity()
                                      throws SystemException,
                                             BusinessException
Specified by:
getSupplierInventoryQuantity in interface SupplierInventory
Throws:
SystemException
BusinessException


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