com.ibm.commerce.contentmanagement.commands

Class TaskUpdateCmdImpl

    • Field Detail

      • COPYRIGHT

        public static final java.lang.String COPYRIGHT
        The internal copyright field.
        See Also:
        Constant Field Values
      • CLASSNAME

        public static final java.lang.String CLASSNAME
        Define the CLASSNAME.
        See Also:
        Constant Field Values
    • Constructor Detail

      • TaskUpdateCmdImpl

        public TaskUpdateCmdImpl()
    • Method Detail

      • getTaskId

        public java.lang.Long getTaskId()
        Returns the Task ID.
        Specified by:
        getTaskId in interface TaskUpdateCmd
        Returns:
        The ID of the Task.
      • getDescriptions

        public java.util.Hashtable getDescriptions()
        Returns the descriptions of the Task. A null value indicated that the descriptions do not need to be updated.
        Specified by:
        getDescriptions in interface TaskUpdateCmd
        Returns:
        Task descriptions
      • getUsage

        public java.lang.Integer getUsage()
        Returns the Task usage.
        Specified by:
        getUsage in interface TaskUpdateCmd
        Returns:
        The Task usage.
      • getDueDate

        public java.sql.Timestamp getDueDate()
        Returns the Task Due Date. A null value indicates that there is no Task Due Date.
        Specified by:
        getDueDate in interface TaskUpdateCmd
        Returns:
        The Task Due Date.
      • getMembers

        public java.util.Vector getMembers()
        Returns the members. A null value indicated that the members do not need to be updated.
        Specified by:
        getMembers in interface TaskUpdateCmd
        Returns:
        the members
      • reset

        public void reset()
        Resets all the values to null
        Specified by:
        reset in interface com.ibm.websphere.command.Command
        Overrides:
        reset in class AbstractECTargetableCommand
      • setTaskId

        public void setTaskId(java.lang.Long anTaskId)
        Sets the task Id for the task.
        Specified by:
        setTaskId in interface TaskUpdateCmd
        Parameters:
        anTaskId - task Id
      • setDescriptions

        public void setDescriptions(java.util.Hashtable argDescriptions)
        Sets the descriptions of the task
        Specified by:
        setDescriptions in interface TaskUpdateCmd
        Parameters:
        argDescriptions - task descriptions
      • setUsage

        public void setUsage(java.lang.Integer aUsage)
        Sets the usage of the task
        Specified by:
        setUsage in interface TaskUpdateCmd
        Parameters:
        aUsage - task usage
      • setDueDate

        public void setDueDate(java.sql.Timestamp aDueDate)
        Sets the due date of the task. A null value indicates that there is no Task Due Date.
        Specified by:
        setDueDate in interface TaskUpdateCmd
        Parameters:
        aDueDate - task due date
      • setMembers

        public void setMembers(java.util.Vector theMembers)
        Sets the members.
        Specified by:
        setMembers in interface TaskUpdateCmd
        Parameters:
        theMembers - the task members