com.retek.component.task
Interface PersonalReminderWorkTask

All Superinterfaces:
BusinessObject, com.retek.swing11.commons.type.Displayable, DistributedObject, WorkTask

public interface PersonalReminderWorkTask
extends WorkTask


Field Summary
static java.lang.String COMMENTS
           
static java.lang.String DESCRIPTION
           
static java.lang.String RESOLVED
           
 
Fields inherited from interface com.retek.component.task.WorkTask
TASK, TASKABLE
 
Method Summary
 ActivityRequest getActivityRequest()
           
 java.lang.String getComments()
           
 java.lang.String getDescription()
           
 RDate getDueDate()
           
 CustomerOrder getOrder()
           
 void setComments(java.lang.String comments)
           
 void setDescription(java.lang.String description)
           
 void setDueDate(RDate dueDate)
           
 
Methods inherited from interface com.retek.component.task.WorkTask
accept, getBatchNumber, getCallCenterLocation, getCreateDate, getCreatedByUser, getLastLeaseDate, getLastUpdatedByUser, getLastUpdatedDate, getLeaseDate, getResolvedByUser, getResolvedDate, getTask, getTaskable, isResolved, resolve, 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

COMMENTS

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

DESCRIPTION

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

RESOLVED

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

getComments

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

setComments

public void setComments(java.lang.String comments)
                 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

getDueDate

public RDate getDueDate()
                 throws SystemException
Throws:
SystemException

setDueDate

public void setDueDate(RDate dueDate)
                throws SystemException
Throws:
SystemException

getOrder

public CustomerOrder getOrder()
                       throws SystemException
Throws:
SystemException

getActivityRequest

public ActivityRequest getActivityRequest()
                                   throws SystemException
Throws:
SystemException


Copyright © 2005 Retek Inc. All Rights Reserved. - Generated at Fri, 01/21/2005 14:25