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

Interface CatalogRootCatalogGroup

    • Method Detail

      • 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.getCatalogRootCatalogGroup_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()
      • 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.getCatalogRootCatalogGroup_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()
      • 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.getCatalogRootCatalogGroup_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()
      • 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.getCatalogRootCatalogGroup_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()
      • 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.getCatalogRootCatalogGroup_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.getCatalogRootCatalogGroup_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()
      • getCatalogForCatalogRootCatalogGroup

        Catalog getCatalogForCatalogRootCatalogGroup()
        Returns the value of the 'Catalog For Catalog Root Catalog Group' reference. It is bidirectional and its opposite is 'Root Catalog Group'.

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

        Returns:
        the value of the 'Catalog For Catalog Root Catalog Group' reference.
        See Also:
        setCatalogForCatalogRootCatalogGroup(Catalog), CatalogEntityPackage.getCatalogRootCatalogGroup_CatalogForCatalogRootCatalogGroup(), Catalog.getRootCatalogGroup()
      • getCatalogForRootCatalogGroup

        Catalog getCatalogForRootCatalogGroup()
        Returns the value of the 'Catalog For Root Catalog Group' reference. It is bidirectional and its opposite is 'Root Catalog Group For Catalog'.

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

        Returns:
        the value of the 'Catalog For Root Catalog Group' reference.
        See Also:
        setCatalogForRootCatalogGroup(Catalog), CatalogEntityPackage.getCatalogRootCatalogGroup_CatalogForRootCatalogGroup(), Catalog.getRootCatalogGroupForCatalog()