com.retek.component.customerorder
Interface OrderPendReason

All Superinterfaces:
BusinessObject, com.retek.swing11.commons.type.Displayable, DistributedObject
All Known Implementing Classes:
OrderPendReasonImpl

public interface OrderPendReason
extends DistributedObject, com.retek.swing11.commons.type.Displayable


Field Summary
static java.lang.String AUTOCANCELLABLE
           
static java.lang.String DESCRIPTION
           
static java.lang.String TASK
           
 
Method Summary
 java.lang.String getDescription()
           
 Task getTask()
           
 OrderPendReasonType getType()
           
 boolean isAutoCancellable()
           
 void setAutoCancellable(boolean val)
           
 void setDescription(java.lang.String description)
           
 void setTask(Task task)
           
 void setType(OrderPendReasonType type)
           
 void submit()
           
 
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
 
Methods inherited from interface com.retek.swing11.commons.type.Displayable
toDisplayString
 

Field Detail

DESCRIPTION

public static final java.lang.String DESCRIPTION
See Also:
Constant Field Values

TASK

public static final java.lang.String TASK
See Also:
Constant Field Values

AUTOCANCELLABLE

public static final java.lang.String AUTOCANCELLABLE
See Also:
Constant Field Values
Method Detail

getDescription

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

getType

public OrderPendReasonType getType()
                            throws SystemException
Throws:
SystemException

setType

public void setType(OrderPendReasonType type)
             throws SystemException
Throws:
SystemException

setDescription

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

isAutoCancellable

public boolean isAutoCancellable()
                          throws SystemException
Throws:
SystemException

setAutoCancellable

public void setAutoCancellable(boolean val)
                        throws SystemException
Throws:
SystemException

submit

public void submit()
            throws BusinessException,
                   SystemException
Throws:
BusinessException
SystemException

getTask

public Task getTask()
             throws SystemException
Returns:
Task this is the task that this rule is associated to.
Throws:
SystemException

setTask

public void setTask(Task task)
             throws SystemException
Returns:
Task this is the task that this rule is associated to.
Throws:
SystemException


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