com.retek.component.customerorder.impl
Class CustomerOrderPendReasonImpl

java.lang.Object
  extended bycom.retek.commons.component.impl.BusinessObjectImpl
      extended bycom.retek.commons.component.impl.DistributedObjectImpl
          extended bycom.retek.component.customerorder.impl.CustomerOrderPendReasonImpl
All Implemented Interfaces:
BusinessObject, CustomerOrderPendReason, com.retek.swing11.commons.type.Displayable, DistributedObject, Taskable

public class CustomerOrderPendReasonImpl
extends DistributedObjectImpl
implements CustomerOrderPendReason


Nested Class Summary
 
Nested classes inherited from class com.retek.commons.component.impl.DistributedObjectImpl
DistributedObjectImpl.DtoBurgular
 
Field Summary
 
Fields inherited from class com.retek.commons.component.impl.BusinessObjectImpl
context
 
Constructor Summary
CustomerOrderPendReasonImpl(DistributedContext context, DistributedReference reference)
           
CustomerOrderPendReasonImpl(DistributedContext context, DistributedReference reference, boolean createHollow)
           
CustomerOrderPendReasonImpl(DistributedContext context, DistributedReference reference, OrderPendReason pendReason)
           
 
Method Summary
 Accommodation getAccommodation()
           
 java.lang.Class getBusinessInterface()
           
 java.lang.String getDescription()
           
 CustomerOrderPendReasonDto getDto()
           
 RDate getLastUpdateDate()
           
 CustomerOrderLine getOrderLine()
           
 OrderPendReason getOrderPendReason()
           
 PendRule getPendRule()
           
 ReturnLine getReturnLine()
           
 SystematicPendType getSystematicPendType()
           
 Task getTask()
           
 void inactivate(CustomerOrder order, User user)
           
 boolean isActive()
           
 boolean isManualPend()
           
 boolean isSystematicPend()
           
 boolean isUserDefinedPend()
           
 void setAccommodation(Accommodation accommodation)
           
 void setActive(boolean active)
           
 void setLastUpdateDate(RDate date)
           
 void setOrderLine(CustomerOrderLine orderLine)
           
 void setOrderPendReason(OrderPendReason orderPendReason)
           
 void setPendRule(PendRule pendRule)
           
 void setReturnLine(ReturnLine returnLine)
           
 void setSystematicPendType(SystematicPendType systematicPendType)
           
 java.lang.String toDisplayString()
           
 
Methods inherited from class com.retek.commons.component.impl.DistributedObjectImpl
attributesToString, createEmptyDto, 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 com.retek.commons.component.impl.BusinessObjectImpl
checkRelation, checkRelation, getContext
 
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
 
Methods inherited from interface com.retek.component.task.Taskable
getReference
 

Constructor Detail

CustomerOrderPendReasonImpl

public CustomerOrderPendReasonImpl(DistributedContext context,
                                   DistributedReference reference,
                                   boolean createHollow)
                            throws SystemException

CustomerOrderPendReasonImpl

public CustomerOrderPendReasonImpl(DistributedContext context,
                                   DistributedReference reference)
                            throws SystemException

CustomerOrderPendReasonImpl

public CustomerOrderPendReasonImpl(DistributedContext context,
                                   DistributedReference reference,
                                   OrderPendReason pendReason)
                            throws SystemException
Method Detail

getBusinessInterface

public java.lang.Class getBusinessInterface()
Specified by:
getBusinessInterface in interface BusinessObject
Overrides:
getBusinessInterface in class BusinessObjectImpl

isActive

public boolean isActive()
                 throws SystemException
Specified by:
isActive in interface CustomerOrderPendReason
Throws:
SystemException

getSystematicPendType

public SystematicPendType getSystematicPendType()
                                         throws SystemException
Specified by:
getSystematicPendType in interface CustomerOrderPendReason
Throws:
SystemException

setSystematicPendType

public void setSystematicPendType(SystematicPendType systematicPendType)
                           throws SystemException
Specified by:
setSystematicPendType in interface CustomerOrderPendReason
Throws:
SystemException

setActive

public void setActive(boolean active)
               throws SystemException
Specified by:
setActive in interface CustomerOrderPendReason
Throws:
SystemException

getLastUpdateDate

public RDate getLastUpdateDate()
                        throws SystemException
Throws:
SystemException

setLastUpdateDate

public void setLastUpdateDate(RDate date)
                       throws SystemException
Throws:
SystemException

getOrderPendReason

public OrderPendReason getOrderPendReason()
                                   throws SystemException
Specified by:
getOrderPendReason in interface CustomerOrderPendReason
Throws:
SystemException

setOrderPendReason

public void setOrderPendReason(OrderPendReason orderPendReason)
                        throws SystemException
Specified by:
setOrderPendReason in interface CustomerOrderPendReason
Throws:
SystemException

setPendRule

public void setPendRule(PendRule pendRule)
                 throws SystemException
Specified by:
setPendRule in interface CustomerOrderPendReason
Throws:
SystemException

getPendRule

public PendRule getPendRule()
                     throws SystemException
Specified by:
getPendRule in interface CustomerOrderPendReason
Throws:
SystemException

getDto

public CustomerOrderPendReasonDto getDto()
                                  throws SystemException
Throws:
SystemException

getDescription

public java.lang.String getDescription()
                                throws SystemException
Specified by:
getDescription in interface CustomerOrderPendReason
Throws:
SystemException

getTask

public Task getTask()
             throws SystemException,
                    BusinessException
Specified by:
getTask in interface CustomerOrderPendReason
Throws:
SystemException
BusinessException

inactivate

public void inactivate(CustomerOrder order,
                       User user)
                throws SystemException,
                       BusinessException
Specified by:
inactivate in interface CustomerOrderPendReason
Throws:
SystemException
BusinessException

isSystematicPend

public boolean isSystematicPend()
                         throws SystemException
Specified by:
isSystematicPend in interface CustomerOrderPendReason
Throws:
SystemException

isManualPend

public boolean isManualPend()
                     throws SystemException
Specified by:
isManualPend in interface CustomerOrderPendReason
Throws:
SystemException

isUserDefinedPend

public boolean isUserDefinedPend()
                          throws SystemException
Specified by:
isUserDefinedPend in interface CustomerOrderPendReason
Throws:
SystemException

getOrderLine

public CustomerOrderLine getOrderLine()
                               throws SystemException
Specified by:
getOrderLine in interface CustomerOrderPendReason
Throws:
SystemException

setOrderLine

public void setOrderLine(CustomerOrderLine orderLine)
                  throws SystemException
Specified by:
setOrderLine in interface CustomerOrderPendReason
Throws:
SystemException

getReturnLine

public ReturnLine getReturnLine()
                         throws SystemException
Specified by:
getReturnLine in interface CustomerOrderPendReason
Throws:
SystemException

setReturnLine

public void setReturnLine(ReturnLine returnLine)
                   throws SystemException
Specified by:
setReturnLine in interface CustomerOrderPendReason
Throws:
SystemException

getAccommodation

public Accommodation getAccommodation()
                               throws SystemException
Specified by:
getAccommodation in interface CustomerOrderPendReason
Throws:
SystemException

setAccommodation

public void setAccommodation(Accommodation accommodation)
                      throws SystemException
Specified by:
setAccommodation in interface CustomerOrderPendReason
Throws:
SystemException

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