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

Interface CatalogEntryCalculationCode

    • 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.getCatalogEntryCalculationCode_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()
      • getCatalogEntryCalculationCodeId

        long getCatalogEntryCalculationCodeId()
        Returns the value of the 'Catalog Entry Calculation Code Id' attribute.

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

        Returns:
        the value of the 'Catalog Entry Calculation Code Id' attribute.
        See Also:
        setCatalogEntryCalculationCodeId(long), CatalogEntityPackage.getCatalogEntryCalculationCode_CatalogEntryCalculationCodeId()
      • 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.getCatalogEntryCalculationCode_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()
      • getCatalogEntryId

        java.lang.Long getCatalogEntryId()
        Returns the value of the 'Catalog Entry Id' attribute.

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

        Returns:
        the value of the 'Catalog Entry Id' attribute.
        See Also:
        setCatalogEntryId(Long), CatalogEntityPackage.getCatalogEntryCalculationCode_CatalogEntryId()
      • setCatalogEntryId

        void setCatalogEntryId(java.lang.Long value)
        Sets the value of the 'Catalog Entry Id' attribute.
        Parameters:
        value - the new value of the 'Catalog Entry Id' attribute.
        See Also:
        getCatalogEntryId()
      • 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.getCatalogEntryCalculationCode_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.getCatalogEntryCalculationCode_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.getCatalogEntryCalculationCode_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()
      • getCalcodeForCatencalcd

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

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

        Returns:
        the value of the 'Calcode For Catencalcd' reference.
        See Also:
        setCalcodeForCatencalcd(Calcode), CatalogEntityPackage.getCatalogEntryCalculationCode_CalcodeForCatencalcd(), Calcode.getCatencalcdForCalcode()
      • setCalcodeForCatencalcd

        void setCalcodeForCatencalcd(com.ibm.commerce.catalog.facade.server.entity.datatypes.Calcode value)
        Sets the value of the 'Calcode For Catencalcd' reference.
        Parameters:
        value - the new value of the 'Calcode For Catencalcd' reference.
        See Also:
        getCalcodeForCatencalcd()