com.retek.component.customerorder.impl
Class ShipmentRequestLineImpl

java.lang.Object
  extended bycom.retek.commons.component.impl.BusinessObjectImpl
      extended bycom.retek.commons.component.impl.DistributedObjectImpl
          extended bycom.retek.component.customerorder.impl.ShipmentRequestLineImpl
All Implemented Interfaces:
BusinessObject, DistributedObject, ShipmentRequestLine

public class ShipmentRequestLineImpl
extends DistributedObjectImpl
implements ShipmentRequestLine


Nested Class Summary
 
Nested classes inherited from class com.retek.commons.component.impl.DistributedObjectImpl
DistributedObjectImpl.DtoBurgular
 
Field Summary
 
Fields inherited from class com.retek.commons.component.impl.BusinessObjectImpl
context
 
Constructor Summary
ShipmentRequestLineImpl(DistributedContext context, DistributedReference ref)
           
ShipmentRequestLineImpl(DistributedContext context, DistributedReference ref, boolean createHollow)
           
 
Method Summary
protected  Dto createEmptyDto()
           
 ShipmentRequestLineDto getDto()
           
 CustomerOrderLine getOrderLine()
           
 Quantity getRequestQuantity()
           
 void setCustomerOrderLine(CustomerOrderLine line)
           
 void setRequestQuantity(Quantity qty)
           
 
Methods inherited from class com.retek.commons.component.impl.DistributedObjectImpl
attributesToString, debugToString, discardChanges, discardChangesShallow, equals, getGenericDto, getId, getReference, getReference, getVersion, hashCode, isDeleted, isDirty, isDirtyDeep, isDirtyIgnoreFields, isHollow, isPersisted, markAllDeleted, readLatest, refresh, toString, wrap, wrap, wrap, wrap
 
Methods inherited from class com.retek.commons.component.impl.BusinessObjectImpl
checkRelation, checkRelation, getBusinessInterface, getContext
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.retek.commons.component.DistributedObject
debugToString, discardChanges, getContext, getId, getReference, isDeleted, isDirty, isDirtyDeep, isDirtyIgnoreFields, isPersisted, refresh
 
Methods inherited from interface com.retek.commons.component.BusinessObject
getBusinessInterface
 

Constructor Detail

ShipmentRequestLineImpl

public ShipmentRequestLineImpl(DistributedContext context,
                               DistributedReference ref,
                               boolean createHollow)
                        throws SystemException

ShipmentRequestLineImpl

public ShipmentRequestLineImpl(DistributedContext context,
                               DistributedReference ref)
                        throws SystemException
Method Detail

getDto

public ShipmentRequestLineDto getDto()
                              throws SystemException
Throws:
SystemException

createEmptyDto

protected Dto createEmptyDto()
                      throws SystemException
Overrides:
createEmptyDto in class DistributedObjectImpl
Throws:
SystemException

getOrderLine

public CustomerOrderLine getOrderLine()
                               throws SystemException
Specified by:
getOrderLine in interface ShipmentRequestLine
Throws:
SystemException

getRequestQuantity

public Quantity getRequestQuantity()
                            throws SystemException
Specified by:
getRequestQuantity in interface ShipmentRequestLine
Throws:
SystemException

setCustomerOrderLine

public void setCustomerOrderLine(CustomerOrderLine line)
                          throws SystemException
Specified by:
setCustomerOrderLine in interface ShipmentRequestLine
Throws:
SystemException

setRequestQuantity

public void setRequestQuantity(Quantity qty)
                        throws SystemException
Specified by:
setRequestQuantity in interface ShipmentRequestLine
Throws:
SystemException


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