com.ibm.commerce.utf.commands

Class PAttributeDeleteCmdImpl

    • Field Detail

      • COPYRIGHT

        public static final java.lang.String COPYRIGHT
        IBM copyright notice field.
        See Also:
        Constant Field Values
    • Constructor Detail

      • PAttributeDeleteCmdImpl

        public PAttributeDeleteCmdImpl()
        PAttributeDeleteCmdImpl constructor comment.
    • Method Detail

      • reset

        public void reset()
        Reset the command.
        Specified by:
        reset in interface com.ibm.websphere.command.Command
        Overrides:
        reset in class AbstractECTargetableCommand
      • getCollAttrIds

        public java.util.Vector getCollAttrIds()
        Returns the attribute Id
        Returns:
        Vector The attribute Ids
      • getErrorContent

        public java.util.Hashtable getErrorContent()
        Gets the error content for this command.
        Returns:
        java.util.Hashtable
      • getLanguageId

        public java.lang.Long getLanguageId()
        Gets the error content for this command.
        Returns:
        Long language Id
      • getPAttributeId

        public java.lang.Long getPAttributeId()
        Gets attribute id
        Returns:
        The attribute id.
      • setCollAttrIds

        public void setCollAttrIds(java.util.Vector collIds)
        Sets the attribute Ids
        Parameters:
        collIds - The attribute Ids
      • setErrorContent

        public void setErrorContent(java.util.Hashtable newErrorContent)
        Sets the error content for this command.
        Parameters:
        newErrorContent - The collection of error contents values.
      • setLangaugeId

        public void setLangaugeId(java.lang.Long id)
        Sets the language id for the attribute.
        Parameters:
        The - language id.
      • setPAttributeId

        public void setPAttributeId(java.lang.Long id)
        Sets the Personalization Attribute Id
        Parameters:
        The - attribute id.