com.retek.component.customer
Interface ActivityRequestType

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

public interface ActivityRequestType
extends DistributedObject, Taskable


Field Summary
static java.lang.String CARE_CARD
           
static java.lang.String DESCRIPTION
           
static java.lang.String FORWARD_ADDRESS
           
static java.lang.String GENERAL
           
static java.lang.String ITEMINSTRUCTIONS
           
static java.lang.String LABEL
           
static java.lang.String PARTIAL
           
static java.lang.String REFUND
           
static java.lang.String RETURN
           
static java.lang.String SPECIAL_ORDER
           
static java.lang.String TASK
           
static java.lang.String WISMO
           
 
Method Summary
 java.lang.String getDescription()
           
 Task getTask()
           
 boolean isEqual(java.lang.String code)
           
 void setDescription(java.lang.String descriptionVal)
           
 void setTask(Task task)
           
 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.component.task.Taskable
getReference
 
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

GENERAL

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

REFUND

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

SPECIAL_ORDER

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

CARE_CARD

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

RETURN

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

LABEL

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

WISMO

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

PARTIAL

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

ITEMINSTRUCTIONS

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

FORWARD_ADDRESS

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

getDescription

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

setDescription

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

isEqual

public boolean isEqual(java.lang.String code)
                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