com.retek.component.inventory.impl
Class PurchaseOrderImpl
java.lang.Object
com.retek.commons.domain.core.impl.BusinessObjectImpl
com.retek.component.inventory.impl.PurchaseOrderImpl
- All Implemented Interfaces:
- BusinessObject, java.lang.Comparable, com.retek.swing11.commons.type.Displayable, PurchaseOrder
- public class PurchaseOrderImpl
- extends BusinessObjectImpl
- implements PurchaseOrder
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
PurchaseOrderImpl
public PurchaseOrderImpl(PurchaseOrderDto dto)
getDto
protected AbstractDto getDto()
- Specified by:
getDto
in class BusinessObjectImpl
isPersisted
public boolean isPersisted()
- Specified by:
isPersisted
in interface PurchaseOrder
- Overrides:
isPersisted
in class BusinessObjectImpl
getDescription
public java.lang.String getDescription()
- Overrides:
getDescription
in class BusinessObjectImpl
setDescription
public void setDescription(java.lang.String description)
- Specified by:
setDescription
in interface PurchaseOrder
- Overrides:
setDescription
in class BusinessObjectImpl
getPurchaseOrderLines
public java.util.Collection getPurchaseOrderLines()
- Specified by:
getPurchaseOrderLines
in interface PurchaseOrder
getStatus
public java.lang.String getStatus()
- Specified by:
getStatus
in interface PurchaseOrder
setStatus
public void setStatus(java.lang.String status)
- Specified by:
setStatus
in interface PurchaseOrder
toDisplayString
public java.lang.String toDisplayString()
- Specified by:
toDisplayString
in interface com.retek.swing11.commons.type.Displayable
Copyright © 2004 Retek Inc. All Rights Reserved.
- Generated at Fri, 10/22/2004 07:28