com.ibm.commerce.contentmanagement.commands

Interface UpdateTaskDescriptionCmd

  • All Superinterfaces:
    com.ibm.websphere.command.CacheableCommand, com.ibm.commerce.command.CacheableECCommand, com.ibm.websphere.command.Command, com.ibm.websphere.command.CommandCaller, ECCommand, java.io.Serializable, com.ibm.websphere.command.TargetableCommand, TaskCommand
    All Known Implementing Classes:
    UpdateTaskDescriptionCmdImpl


    public interface UpdateTaskDescriptionCmd
    extends TaskCommand
    The UpdateTaskDescriptionCmd is a URL and controller command that:
    • Updates a Task Description.
    Parameters:
    • taskId
    • description
    Access Beans:
    • TaskDescriptionAccessBean
    Task Commands:
    Other Controller commands:
    Mandatory Parameters: taskId, languageId in TaskDescription object
    Additional Parameters: none
    Optional Parameters:
    • Field Detail

      • COPYRIGHT

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

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

      • getTaskId

        java.lang.Long getTaskId()
        Returns the Task ID.
        Returns:
        The ID of the Task.
      • getDescription

        TaskDescription getDescription()
        Returns the Task Description.
        Returns:
        The Task description.
      • setTaskId

        void setTaskId(java.lang.Long anTaskInstId)
        Sets the Task ID
        Parameters:
        anTaskInstId - The ID of the Task .
      • setDescription

        void setDescription(TaskDescription argDescription)
        Sets the Task Description
        Parameters:
        argDescription - The Description of the Task.