com.ibm.commerce.promotion.facade.server.transform.validation.commands

Interface PromotionElementNVPValidationCmd

    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static java.lang.String COPYRIGHT
      IBM Copyright notice field.
      • Fields inherited from interface com.ibm.websphere.command.Command

        serialVersionUID
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method and Description
      void setName(java.lang.String sName)
      Sets the name of the value to be validated.
      void setValue(java.lang.String sValue)
      Sets the value to be validated.
      • Methods inherited from interface com.ibm.websphere.command.Command

        execute, isReadyToCallExecute, reset
    • Field Detail

      • COPYRIGHT

        static final java.lang.String COPYRIGHT
        IBM Copyright notice field.
        See Also:
        Constant Field Values
    • Method Detail

      • setName

        void setName(java.lang.String sName)
        Sets the name of the value to be validated.
        Parameters:
        sName - The name of the value to be validated.
      • setValue

        void setValue(java.lang.String sValue)
        Sets the value to be validated.
        Parameters:
        sValue - The value to be validated.