com.retek.commons.domain.core.impl
Class BusinessObjectImpl

java.lang.Object
  extended bycom.retek.commons.domain.core.impl.BusinessObjectImpl
All Implemented Interfaces:
BusinessObject, java.lang.Comparable
Direct Known Subclasses:
AbstractItemThresholdableItem, AvsCodeImpl, DepartmentImpl, DifferentiatorGroupHeaderImpl, DifferentiatorImpl, DifferentiatorTypeImpl, DirectShipItemSupplierImpl, InventoryImpl, InventoryQtyBucketImpl, InventoryQtyImpl, ItemClassImpl, ItemFreeFormUdaImpl, ItemLocationImpl, ItemSubclassImpl, ItemSupplierCountryAttributeImpl, ItemSupplierImpl, PaymentImpl, PurchaseOrderImpl, SupplierContactMethodImpl, SupplierImpl, SupplierInventoryImpl, SupplierLocationImpl, UdaHeaderImpl, UdaValueImpl

public abstract class BusinessObjectImpl
extends java.lang.Object
implements BusinessObject, java.lang.Comparable


Constructor Summary
BusinessObjectImpl()
           
 
Method Summary
 int compareTo(java.lang.Object obj)
           
 boolean equals(java.lang.Object obj)
           
 java.lang.String getDescription()
           
protected abstract  AbstractDto getDto()
           
 java.lang.String getId()
           
 int hashCode()
           
 boolean isPersisted()
           
 boolean isValid()
           
 void setDescription(java.lang.String description)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BusinessObjectImpl

public BusinessObjectImpl()
Method Detail

getDto

protected abstract AbstractDto getDto()

isPersisted

public boolean isPersisted()

getDescription

public java.lang.String getDescription()

getId

public java.lang.String getId()
Specified by:
getId in interface BusinessObject

setDescription

public void setDescription(java.lang.String description)

toString

public java.lang.String toString()

isValid

public boolean isValid()

compareTo

public int compareTo(java.lang.Object obj)
Specified by:
compareTo in interface java.lang.Comparable

equals

public boolean equals(java.lang.Object obj)

hashCode

public int hashCode()


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