com.ibm.commerce.utf.commands

Interface PAttributeBaseCmd

    • Field Detail

      • COPYRIGHT

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

        static final java.lang.String defaultCommandClassName
        The default implementation of this command.
        See Also:
        Constant Field Values
    • Method Detail

      • setLanguageIdUrlName

        void setLanguageIdUrlName(java.lang.String s,
                                  boolean isReq)
                           throws ECException
        Set language id
        Parameters:
        s - The Pass in String
        isReq - true if it is a mandatory parameter, false otherwise.
        Throws:
        ECException
      • setAttrNameUrlName

        void setAttrNameUrlName(java.lang.String s,
                                boolean isReq)
                         throws ECException
        Set attribute name
        Parameters:
        s - The Pass in String
        isReq - true if it is a mandatory parameter, false otherwise.
        Throws:
        ECException
      • setDescriptionUrlName

        void setDescriptionUrlName(java.lang.String s,
                                   boolean isReq)
                            throws ECException
        Set attribute short description
        Parameters:
        s - The Pass in String
        isReq - true if it is a mandatory parameter, false otherwise.
        Throws:
        ECException
      • setTypeIdUrlName

        void setTypeIdUrlName(java.lang.String s,
                              boolean isReq)
                       throws ECException
        Set attribute data type id
        Parameters:
        s - The Pass in String
        isReq - true if it is a mandatory parameter, false otherwise.
        Throws:
        ECException
      • setAttrIdUrlName

        void setAttrIdUrlName(java.lang.String s,
                              boolean isReq)
                       throws ECException
        Set attribute id
        Parameters:
        s - The Pass in String
        isReq - true if it is a mandatory parameter, false otherwise.
        Throws:
        ECException
      • setSequenceUrlName

        void setSequenceUrlName(java.lang.String s,
                                boolean isReq)
                         throws ECException
        Set attribute sequence
        Parameters:
        s - The Pass in String
        isReq - true if it is a mandatory parameter, false otherwise.
        Throws:
        ECException
      • setEncyrptionFlagUrlName

        void setEncyrptionFlagUrlName(java.lang.String s,
                                      boolean isReq)
                               throws ECException
        Set Encryption flag
        Parameters:
        s - The Pass in String
        isReq - true if it is a mandatory parameter, false otherwise.
        Throws:
        ECException