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

Interface StoreCatalogRelation

    • 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.getStoreCatalogRelation_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()
      • getStoreEntityId

        int getStoreEntityId()
        Returns the value of the 'Store Entity Id' attribute.

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

        Returns:
        the value of the 'Store Entity Id' attribute.
        See Also:
        setStoreEntityId(int), CatalogEntityPackage.getStoreCatalogRelation_StoreEntityId()
      • setStoreEntityId

        void setStoreEntityId(int value)
        Sets the value of the 'Store Entity Id' attribute.
        Parameters:
        value - the new value of the 'Store Entity Id' attribute.
        See Also:
        getStoreEntityId()
      • getMasterCatalog

        java.lang.String getMasterCatalog()
        Returns the value of the 'Master Catalog' attribute.

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

        Returns:
        the value of the 'Master Catalog' attribute.
        See Also:
        setMasterCatalog(String), CatalogEntityPackage.getStoreCatalogRelation_MasterCatalog()
      • setMasterCatalog

        void setMasterCatalog(java.lang.String value)
        Sets the value of the 'Master Catalog' attribute.
        Parameters:
        value - the new value of the 'Master Catalog' attribute.
        See Also:
        getMasterCatalog()
      • 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.getStoreCatalogRelation_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()
      • 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.getStoreCatalogRelation_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()
      • getCatalogStoreRelation

        Catalog getCatalogStoreRelation()
        Returns the value of the 'Catalog Store Relation' reference. It is bidirectional and its opposite is 'Store Catalog Relation'.

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

        Returns:
        the value of the 'Catalog Store Relation' reference.
        See Also:
        setCatalogStoreRelation(Catalog), CatalogEntityPackage.getStoreCatalogRelation_CatalogStoreRelation(), Catalog.getStoreCatalogRelation()