public interface AddTaskMembersCmd extends TaskCommand
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.util.Vector | getMembers()
Returns the member IDs of the task group content contributors.
|
java.lang.Long | getTaskId()
Returns the Task ID.
|
void | setMembers(java.util.Vector members)
Set the member IDs of the task group content contributors.
|
void | setTaskId(java.lang.Long anTaskId)
Sets the Task ID
|
static final java.lang.String COPYRIGHT
static final java.lang.String CLASSNAME
java.lang.Long getTaskId()
java.util.Vector getMembers()
void setTaskId(java.lang.Long anTaskId)
void setMembers(java.util.Vector members)