com.retek.component.customerorder
Interface OrderPendReason
- All Superinterfaces:
- BusinessObject, com.retek.swing11.commons.type.Displayable, DistributedObject
- public interface OrderPendReason
- extends DistributedObject, com.retek.swing11.commons.type.Displayable
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.swing11.commons.type.Displayable |
toDisplayString |
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
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 © 2005 Retek Inc. All Rights Reserved.
- Generated at Fri, 01/21/2005 14:25