com.retek.component.customerorder.impl
Class ShipmentRequestLineImpl
java.lang.Object
com.retek.commons.component.impl.BusinessObjectImpl
com.retek.commons.component.impl.DistributedObjectImpl
com.retek.component.customerorder.impl.ShipmentRequestLineImpl
- All Implemented Interfaces:
- BusinessObject, DistributedObject, ShipmentRequestLine
- public class ShipmentRequestLineImpl
- extends DistributedObjectImpl
- implements ShipmentRequestLine
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 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 |
ShipmentRequestLineImpl
public ShipmentRequestLineImpl(DistributedContext context,
DistributedReference ref,
boolean createHollow)
throws SystemException
ShipmentRequestLineImpl
public ShipmentRequestLineImpl(DistributedContext context,
DistributedReference ref)
throws SystemException
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