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

Interface CatalogGroupRelation

    • Method Detail

      • getParentCatalogGroupId

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

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

        Returns:
        the value of the 'Parent Catalog Group Id' attribute.
        See Also:
        setParentCatalogGroupId(long), CatalogEntityPackage.getCatalogGroupRelation_ParentCatalogGroupId()
      • setParentCatalogGroupId

        void setParentCatalogGroupId(long value)
        Sets the value of the 'Parent Catalog Group Id' attribute.
        Parameters:
        value - the new value of the 'Parent Catalog Group Id' attribute.
        See Also:
        getParentCatalogGroupId()
      • getChildCatalogGroupId

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

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

        Returns:
        the value of the 'Child Catalog Group Id' attribute.
        See Also:
        setChildCatalogGroupId(long), CatalogEntityPackage.getCatalogGroupRelation_ChildCatalogGroupId()
      • setChildCatalogGroupId

        void setChildCatalogGroupId(long value)
        Sets the value of the 'Child Catalog Group Id' attribute.
        Parameters:
        value - the new value of the 'Child Catalog Group Id' attribute.
        See Also:
        getChildCatalogGroupId()
      • getCatalogId

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

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

        Returns:
        the value of the 'Catalog Id' attribute.
        See Also:
        setCatalogId(long), CatalogEntityPackage.getCatalogGroupRelation_CatalogId()
      • setCatalogId

        void setCatalogId(long value)
        Sets the value of the 'Catalog Id' attribute.
        Parameters:
        value - the new value of the 'Catalog Id' attribute.
        See Also:
        getCatalogId()
      • getRule

        java.lang.String getRule()
        Returns the value of the 'Rule' attribute.

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

        Returns:
        the value of the 'Rule' attribute.
        See Also:
        setRule(String), CatalogEntityPackage.getCatalogGroupRelation_Rule()
      • setRule

        void setRule(java.lang.String value)
        Sets the value of the 'Rule' attribute.
        Parameters:
        value - the new value of the 'Rule' attribute.
        See Also:
        getRule()
      • getSeq

        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.getCatalogGroupRelation_Seq()
      • setSeq

        void setSeq(double value)
        Sets the value of the 'Seq' attribute.
        Parameters:
        value - the new value of the 'Seq' attribute.
        See Also:
        getSeq()
      • getLastupdate

        java.util.Date getLastupdate()
        Returns the value of the 'Lastupdate' attribute.

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

        Returns:
        the value of the 'Lastupdate' attribute.
        See Also:
        setLastupdate(Date), CatalogEntityPackage.getCatalogGroupRelation_Lastupdate()
      • setLastupdate

        void setLastupdate(java.util.Date value)
        Sets the value of the 'Lastupdate' attribute.
        Parameters:
        value - the new value of the 'Lastupdate' attribute.
        See Also:
        getLastupdate()
      • getCatalogIdLink

        java.lang.Long getCatalogIdLink()
        Returns the value of the 'Catalog Id Link' attribute.

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

        Returns:
        the value of the 'Catalog Id Link' attribute.
        See Also:
        setCatalogIdLink(Long), CatalogEntityPackage.getCatalogGroupRelation_CatalogIdLink()
      • setCatalogIdLink

        void setCatalogIdLink(java.lang.Long value)
        Sets the value of the 'Catalog Id Link' attribute.
        Parameters:
        value - the new value of the 'Catalog Id Link' attribute.
        See Also:
        getCatalogIdLink()
      • 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.getCatalogGroupRelation_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()
      • getParentCatalogGroupForCatalogGroup

        CatalogGroup getParentCatalogGroupForCatalogGroup()
        Returns the value of the 'Parent Catalog Group For Catalog Group' reference. It is bidirectional and its opposite is 'Child Catalog Group'.

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

        Returns:
        the value of the 'Parent Catalog Group For Catalog Group' reference.
        See Also:
        setParentCatalogGroupForCatalogGroup(CatalogGroup), CatalogEntityPackage.getCatalogGroupRelation_ParentCatalogGroupForCatalogGroup(), CatalogGroup.getChildCatalogGroup()
      • getChildCatalogGroupForCatalogGroup

        CatalogGroup getChildCatalogGroupForCatalogGroup()
        Returns the value of the 'Child Catalog Group For Catalog Group' reference. It is bidirectional and its opposite is 'Parent Catalog Group'.

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

        Returns:
        the value of the 'Child Catalog Group For Catalog Group' reference.
        See Also:
        setChildCatalogGroupForCatalogGroup(CatalogGroup), CatalogEntityPackage.getCatalogGroupRelation_ChildCatalogGroupForCatalogGroup(), CatalogGroup.getParentCatalogGroup()