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

Interface CatalogGroupTradingPositionRelation

    • 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.getCatalogGroupTradingPositionRelation_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.getCatalogGroupTradingPositionRelation_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()
      • getTradingPositionConfigId

        long getTradingPositionConfigId()
        Returns the value of the 'Trading Position Config Id' attribute.

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

        Returns:
        the value of the 'Trading Position Config Id' attribute.
        See Also:
        setTradingPositionConfigId(long), CatalogEntityPackage.getCatalogGroupTradingPositionRelation_TradingPositionConfigId()
      • getStoreId

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

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

        Returns:
        the value of the 'Store Id' attribute.
        See Also:
        setStoreId(int), CatalogEntityPackage.getCatalogGroupTradingPositionRelation_StoreId()
      • setStoreId

        void setStoreId(int value)
        Sets the value of the 'Store Id' attribute.
        Parameters:
        value - the new value of the 'Store Id' attribute.
        See Also:
        getStoreId()
      • 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.getCatalogGroupTradingPositionRelation_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()
      • getCatalogForCatalogGroupTradingPositionRelation

        Catalog getCatalogForCatalogGroupTradingPositionRelation()
        Returns the value of the 'Catalog For Catalog Group Trading Position Relation' reference. It is bidirectional and its opposite is 'Catalog Group Trading Positions'.

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

        Returns:
        the value of the 'Catalog For Catalog Group Trading Position Relation' reference.
        See Also:
        setCatalogForCatalogGroupTradingPositionRelation(Catalog), CatalogEntityPackage.getCatalogGroupTradingPositionRelation_CatalogForCatalogGroupTradingPositionRelation(), Catalog.getCatalogGroupTradingPositions()
      • getCatalogGroupForCatalogGroupTradingPositionRelation

        CatalogGroup getCatalogGroupForCatalogGroupTradingPositionRelation()
        Returns the value of the 'Catalog Group For Catalog Group Trading Position Relation' reference. It is bidirectional and its opposite is 'Catalog Group Trading Position'.

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

        Returns:
        the value of the 'Catalog Group For Catalog Group Trading Position Relation' reference.
        See Also:
        setCatalogGroupForCatalogGroupTradingPositionRelation(CatalogGroup), CatalogEntityPackage.getCatalogGroupTradingPositionRelation_CatalogGroupForCatalogGroupTradingPositionRelation(), CatalogGroup.getCatalogGroupTradingPosition()