public interface UpdateTaskCmd extends TaskCommand
UpdateTaskCmd
is a task command that:
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
CLASSNAME
Define the CLASSNAME.
|
static java.lang.String |
COPYRIGHT
The internal copyright field.
|
Modifier and Type | Method and Description |
---|---|
java.sql.Timestamp |
getDueDate()
Returns the Task Due Date.
|
java.lang.Long |
getTaskId()
Returns the Task ID.
|
java.lang.Integer |
getUsage()
Returns the Task usage.
|
void |
setDueDate(java.sql.Timestamp dDueDate)
Sets the Task Due Date.
|
void |
setTaskId(java.lang.Long anTaskId)
Sets the Task ID
|
void |
setUsage(java.lang.Integer aUsage)
Sets the Task Usage
|
executeFromCache, getCaller, getEntryInfo, getId, getSharingPolicy, postExecute, preExecute, setCaller, updateCache
getCommandTarget, getCommandTargetName, hasOutputProperties, performExecute, setCommandTarget, setCommandTargetName, setOutputProperties
checkIsAllowed, checkResourcePermission, createCommandExecutionEvent, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getExceptionInvokeParameters, getPostInvokeParameters, getPreInvokeParameters, getResources, getStoreId, getUser, getUserId, performExecute, setAccCheck, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultProperties, validateParameters
static final java.lang.String COPYRIGHT
static final java.lang.String CLASSNAME
java.lang.Long getTaskId()
java.lang.Integer getUsage()
java.sql.Timestamp getDueDate()
void setTaskId(java.lang.Long anTaskId)
anTaskInstId
- The ID of the Task .void setUsage(java.lang.Integer aUsage)
aUsage
- The usage of the Task.void setDueDate(java.sql.Timestamp dDueDate)
dDueDate
- The due date of the Task.