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

Interface CatalogGroupCalculationCode

    • Method Detail

      • 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.getCatalogGroupCalculationCode_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()
      • getCatalogGroupCalculationCodeId

        long getCatalogGroupCalculationCodeId()
        Returns the value of the 'Catalog Group Calculation Code Id' attribute.

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

        Returns:
        the value of the 'Catalog Group Calculation Code Id' attribute.
        See Also:
        setCatalogGroupCalculationCodeId(long), CatalogEntityPackage.getCatalogGroupCalculationCode_CatalogGroupCalculationCodeId()
      • getTradingId

        java.lang.Long getTradingId()
        Returns the value of the 'Trading Id' attribute.

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

        Returns:
        the value of the 'Trading Id' attribute.
        See Also:
        setTradingId(Long), CatalogEntityPackage.getCatalogGroupCalculationCode_TradingId()
      • setTradingId

        void setTradingId(java.lang.Long value)
        Sets the value of the 'Trading Id' attribute.
        Parameters:
        value - the new value of the 'Trading Id' attribute.
        See Also:
        getTradingId()
      • 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.getCatalogGroupCalculationCode_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()
      • getCalculationCodeId

        java.lang.Integer getCalculationCodeId()
        Returns the value of the 'Calculation Code Id' attribute.

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

        Returns:
        the value of the 'Calculation Code Id' attribute.
        See Also:
        setCalculationCodeId(Integer), CatalogEntityPackage.getCatalogGroupCalculationCode_CalculationCodeId()
      • setCalculationCodeId

        void setCalculationCodeId(java.lang.Integer value)
        Sets the value of the 'Calculation Code Id' attribute.
        Parameters:
        value - the new value of the 'Calculation Code Id' attribute.
        See Also:
        getCalculationCodeId()
      • 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.getCatalogGroupCalculationCode_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()
      • getCalculationFlags

        java.lang.Short getCalculationFlags()
        Returns the value of the 'Calculation Flags' attribute.

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

        Returns:
        the value of the 'Calculation Flags' attribute.
        See Also:
        setCalculationFlags(Short), CatalogEntityPackage.getCatalogGroupCalculationCode_CalculationFlags()
      • setCalculationFlags

        void setCalculationFlags(java.lang.Short value)
        Sets the value of the 'Calculation Flags' attribute.
        Parameters:
        value - the new value of the 'Calculation Flags' attribute.
        See Also:
        getCalculationFlags()
      • getCalcodeForCatgpcalcd

        com.ibm.commerce.catalog.facade.server.entity.datatypes.Calcode getCalcodeForCatgpcalcd()
        Returns the value of the 'Calcode For Catgpcalcd' reference. It is bidirectional and its opposite is 'Catgpcalcd For Calcode'.

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

        Returns:
        the value of the 'Calcode For Catgpcalcd' reference.
        See Also:
        setCalcodeForCatgpcalcd(Calcode), CatalogEntityPackage.getCatalogGroupCalculationCode_CalcodeForCatgpcalcd(), Calcode.getCatgpcalcdForCalcode()
      • setCalcodeForCatgpcalcd

        void setCalcodeForCatgpcalcd(com.ibm.commerce.catalog.facade.server.entity.datatypes.Calcode value)
        Sets the value of the 'Calcode For Catgpcalcd' reference.
        Parameters:
        value - the new value of the 'Calcode For Catgpcalcd' reference.
        See Also:
        getCalcodeForCatgpcalcd()
      • getCatalogGroupForCatalogGroupCalculationCode

        CatalogGroup getCatalogGroupForCatalogGroupCalculationCode()
        Returns the value of the 'Catalog Group For Catalog Group Calculation Code' reference. It is bidirectional and its opposite is 'Group Calculation Codes'.

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

        Returns:
        the value of the 'Catalog Group For Catalog Group Calculation Code' reference.
        See Also:
        setCatalogGroupForCatalogGroupCalculationCode(CatalogGroup), CatalogEntityPackage.getCatalogGroupCalculationCode_CatalogGroupForCatalogGroupCalculationCode(), CatalogGroup.getGroupCalculationCodes()