public interface AddTaskGroupCommentCmd extends TaskCommand
AddTaskGroupCommentCmd 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.lang.String |
getComments()
Returns the Task Group Comments.
|
java.sql.Timestamp |
getPostDate()
Returns the generated post date of comment.
|
java.lang.Long |
getPostedBy()
Returns the member ID of the person who posted the comment.
|
java.lang.Long |
getTaskGroupCommentId()
Returns the Task Group Comment ID.
|
java.lang.Long |
getTaskGroupId()
Returns the Task Group ID to which the comment is being attached
|
void |
setComments(java.lang.String astrComments)
Sets the comments
|
void |
setPostedBy(java.lang.Long iPostedBy)
Sets the poster's member id
|
void |
setTaskGroupCommentId(java.lang.Long anTaskGroupCommentId)
Sets the Task Group Comment ID
|
void |
setTaskGroupId(java.lang.Long anTaskGroupId)
Sets the Task Group ID
|
executeFromCache, getCaller, getEntryInfo, getId, getSharingPolicy, postExecute, preExecute, setCaller, updateCachegetCommandTarget, getCommandTargetName, hasOutputProperties, performExecute, setCommandTarget, setCommandTargetName, setOutputPropertiescheckIsAllowed, checkResourcePermission, createCommandExecutionEvent, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getExceptionInvokeParameters, getPostInvokeParameters, getPreInvokeParameters, getResources, getStoreId, getUser, getUserId, performExecute, setAccCheck, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultProperties, validateParametersstatic final java.lang.String COPYRIGHT
static final java.lang.String CLASSNAME
java.lang.Long getTaskGroupId()
java.lang.Long getTaskGroupCommentId()
java.lang.String getComments()
java.lang.Long getPostedBy()
java.sql.Timestamp getPostDate()
void setTaskGroupId(java.lang.Long anTaskGroupId)
anTaskGroupId - The ID of the Task Group.void setTaskGroupCommentId(java.lang.Long anTaskGroupCommentId)
anTaskGroupCommentId - The ID of the Task Group Comment.void setComments(java.lang.String astrComments)
astrComments - commentsvoid setPostedBy(java.lang.Long iPostedBy)
iPostedBy - Posted By