com.ibm.commerce.contentmanagement.commands

Interface AddWorkspaceDescriptionCmd

  • 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:
    AddWorkspaceDescriptionCmdImpl


    public interface AddWorkspaceDescriptionCmd
    extends TaskCommand
    The AddWorkspaceDescriptionCmd is a task command that:
    • Adds a Workspace Description.
    Parameters:
    • workspaceId
    • description
    Access Beans:
    • WorkspaceAccessBean
    Task Commands:
    Other Controller commands:
    Mandatory Parameters: workspaceId, description
    Additional Parameters: none
    Optional Parameters: none
    • 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

      • getWorkspaceId

        java.lang.Long getWorkspaceId()
        Returns the Workspace ID.
        Returns:
        The ID of the Workspace.
      • getDescription

        WorkspaceDescription getDescription()
        Returns the Workspace Description.
        Returns:
        The Workspace description.
      • setWorkspaceId

        void setWorkspaceId(java.lang.Long anWorkspaceInstId)
        Sets the Workspace ID
        Parameters:
        anWorkspaceInstId - The ID of the Workspace.
      • setDescription

        void setDescription(WorkspaceDescription argDescription)
        Sets the Workspace Description
        Parameters:
        argDescription - The Description of the Workspace.