com.ibm.commerce.utf.beans

Interface PAttributeDescInputDataBean

  • All Known Implementing Classes:
    PAttributeDescDataBean


    public interface PAttributeDescInputDataBean
    Personalized attribute description input databean.
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static java.lang.String COPYRIGHT
      IBM copyright notice field.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method and Description
      void setLanguageId(java.lang.String newLanuageId)
      Sets the languageId field and uses it to set the langId key field of the access bean.
      void setPAttributeId(java.lang.String newPAttributeId)
      Sets the pAttributeId field and uses it to set the pAttributeId key field of the access bean.
    • Field Detail

      • COPYRIGHT

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

      • setLanguageId

        void setLanguageId(java.lang.String newLanuageId)
        Sets the languageId field and uses it to set the langId key field of the access bean.
        Parameters:
        newLanguageId - the relevant langId.
      • setPAttributeId

        void setPAttributeId(java.lang.String newPAttributeId)
        Sets the pAttributeId field and uses it to set the pAttributeId key field of the access bean.
        Parameters:
        newPAttributeId - the relevant pAttributeId.