com.retek.component.customerorder
Interface SupplierReturnDisposition

All Superinterfaces:
BusinessObject, DistributedObject
All Known Implementing Classes:
SupplierReturnDispositionImpl

public interface SupplierReturnDisposition
extends DistributedObject


Method Summary
 java.lang.String getDescription()
           
 boolean isDisposed()
           
 void setDescription(java.lang.String description)
           
 void setDisposed(boolean disposed)
           
 
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
 

Method Detail

isDisposed

public boolean isDisposed()
                   throws SystemException
Throws:
SystemException

getDescription

public java.lang.String getDescription()
                                throws SystemException
Throws:
SystemException

setDescription

public void setDescription(java.lang.String description)
                    throws SystemException
Throws:
SystemException

setDisposed

public void setDisposed(boolean disposed)
                 throws SystemException
Throws:
SystemException


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