com.ibm.commerce.catalog.facade.server.entity.datatypes

Interface DynamicKitPredefinedConfigurationDescription

    • Method Detail

      • getDkPredefinedConfigurationId

        long getDkPredefinedConfigurationId()
        Returns the value of the 'Dk Predefined Configuration Id' attribute.

        If the meaning of the 'Dk Predefined Configuration Id' attribute isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'Dk Predefined Configuration Id' attribute.
        See Also:
        setDkPredefinedConfigurationId(long), CatalogEntityPackage.getDynamicKitPredefinedConfigurationDescription_DkPredefinedConfigurationId()
      • getLanguageId

        int getLanguageId()
        Returns the value of the 'Language Id' attribute.

        If the meaning of the 'Language Id' attribute isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'Language Id' attribute.
        See Also:
        setLanguageId(int), CatalogEntityPackage.getDynamicKitPredefinedConfigurationDescription_LanguageId()
      • setLanguageId

        void setLanguageId(int value)
        Sets the value of the 'Language Id' attribute.
        Parameters:
        value - the new value of the 'Language Id' attribute.
        See Also:
        getLanguageId()
      • getName

        java.lang.String getName()
        Returns the value of the 'Name' attribute.

        If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'Name' attribute.
        See Also:
        setName(String), CatalogEntityPackage.getDynamicKitPredefinedConfigurationDescription_Name()
      • setName

        void setName(java.lang.String value)
        Sets the value of the 'Name' attribute.
        Parameters:
        value - the new value of the 'Name' attribute.
        See Also:
        getName()
      • getShortDescription

        java.lang.String getShortDescription()
        Returns the value of the 'Short Description' attribute.

        If the meaning of the 'Short Description' attribute isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'Short Description' attribute.
        See Also:
        setShortDescription(String), CatalogEntityPackage.getDynamicKitPredefinedConfigurationDescription_ShortDescription()
      • setShortDescription

        void setShortDescription(java.lang.String value)
        Sets the value of the 'Short Description' attribute.
        Parameters:
        value - the new value of the 'Short Description' attribute.
        See Also:
        getShortDescription()
      • getLongDescription

        java.lang.String getLongDescription()
        Returns the value of the 'Long Description' attribute.

        If the meaning of the 'Long Description' attribute isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'Long Description' attribute.
        See Also:
        setLongDescription(String), CatalogEntityPackage.getDynamicKitPredefinedConfigurationDescription_LongDescription()
      • setLongDescription

        void setLongDescription(java.lang.String value)
        Sets the value of the 'Long Description' attribute.
        Parameters:
        value - the new value of the 'Long Description' attribute.
        See Also:
        getLongDescription()
      • getOptCounter

        java.lang.Short getOptCounter()
        Returns the value of the 'Opt Counter' attribute.

        If the meaning of the 'Opt Counter' attribute isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'Opt Counter' attribute.
        See Also:
        setOptCounter(Short), CatalogEntityPackage.getDynamicKitPredefinedConfigurationDescription_OptCounter()
      • setOptCounter

        void setOptCounter(java.lang.Short value)
        Sets the value of the 'Opt Counter' attribute.
        Parameters:
        value - the new value of the 'Opt Counter' attribute.
        See Also:
        getOptCounter()