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

Interface CatalogGroupAttribute

    • Method Detail

      • getCatalogGroupAttributeId

        long getCatalogGroupAttributeId()
        Returns the value of the 'Catalog Group Attribute Id' attribute.

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

        Returns:
        the value of the 'Catalog Group Attribute Id' attribute.
        See Also:
        setCatalogGroupAttributeId(long), CatalogEntityPackage.getCatalogGroupAttribute_CatalogGroupAttributeId()
      • 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.getCatalogGroupAttribute_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()
      • getCatalogGroupId

        long getCatalogGroupId()
        Returns the value of the 'Catalog Group Id' attribute.

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

        Returns:
        the value of the 'Catalog Group Id' attribute.
        See Also:
        setCatalogGroupId(long), CatalogEntityPackage.getCatalogGroupAttribute_CatalogGroupId()
      • setCatalogGroupId

        void setCatalogGroupId(long value)
        Sets the value of the 'Catalog Group Id' attribute.
        Parameters:
        value - the new value of the 'Catalog Group Id' attribute.
        See Also:
        getCatalogGroupId()
      • 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.getCatalogGroupAttribute_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()
      • getDescription

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

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

        Returns:
        the value of the 'Description' attribute.
        See Also:
        setDescription(String), CatalogEntityPackage.getCatalogGroupAttribute_Description()
      • setDescription

        void setDescription(java.lang.String value)
        Sets the value of the 'Description' attribute.
        Parameters:
        value - the new value of the 'Description' attribute.
        See Also:
        getDescription()
      • getObjectId

        java.lang.String getObjectId()
        Returns the value of the 'Object Id' attribute.

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

        Returns:
        the value of the 'Object Id' attribute.
        See Also:
        setObjectId(String), CatalogEntityPackage.getCatalogGroupAttribute_ObjectId()
      • setObjectId

        void setObjectId(java.lang.String value)
        Sets the value of the 'Object Id' attribute.
        Parameters:
        value - the new value of the 'Object Id' attribute.
        See Also:
        getObjectId()
      • getSeq

        java.lang.Double getSeq()
        Returns the value of the 'Seq' attribute.

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

        Returns:
        the value of the 'Seq' attribute.
        See Also:
        setSeq(Double), CatalogEntityPackage.getCatalogGroupAttribute_Seq()
      • setSeq

        void setSeq(java.lang.Double value)
        Sets the value of the 'Seq' attribute.
        Parameters:
        value - the new value of the 'Seq' attribute.
        See Also:
        getSeq()
      • 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.getCatalogGroupAttribute_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()
      • getCatalogGroupForCatalogGroupAttribute

        CatalogGroup getCatalogGroupForCatalogGroupAttribute()
        Returns the value of the 'Catalog Group For Catalog Group Attribute' reference. It is bidirectional and its opposite is 'Catalog Group Attributes'.

        If the meaning of the 'Catalog Group For Catalog Group Attribute' reference isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'Catalog Group For Catalog Group Attribute' reference.
        See Also:
        setCatalogGroupForCatalogGroupAttribute(CatalogGroup), CatalogEntityPackage.getCatalogGroupAttribute_CatalogGroupForCatalogGroupAttribute(), CatalogGroup.getCatalogGroupAttributes()