com.retek.component.inventory.impl
Class PurchaseOrderImpl

java.lang.Object
  extended bycom.retek.commons.domain.core.impl.BusinessObjectImpl
      extended bycom.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


Constructor Summary
PurchaseOrderImpl(PurchaseOrderDto dto)
           
 
Method Summary
 java.lang.String getDescription()
           
protected  AbstractDto getDto()
           
 java.util.Collection getPurchaseOrderLines()
           
 java.lang.String getStatus()
           
 boolean isPersisted()
           
 void setDescription(java.lang.String description)
           
 void setStatus(java.lang.String status)
           
 java.lang.String toDisplayString()
           
 
Methods inherited from class com.retek.commons.domain.core.impl.BusinessObjectImpl
compareTo, equals, getId, hashCode, isValid, 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

PurchaseOrderImpl

public PurchaseOrderImpl(PurchaseOrderDto dto)
Method Detail

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