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

Interface ListPrice

    • Method Detail

      • getCatalogEntryId

        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.getListPrice_CatalogEntryId()
      • setCatalogEntryId

        void setCatalogEntryId(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()
      • getCurrency

        java.lang.String getCurrency()
        Returns the value of the 'Currency' attribute.

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

        Returns:
        the value of the 'Currency' attribute.
        See Also:
        setCurrency(String), CatalogEntityPackage.getListPrice_Currency()
      • setCurrency

        void setCurrency(java.lang.String value)
        Sets the value of the 'Currency' attribute.
        Parameters:
        value - the new value of the 'Currency' attribute.
        See Also:
        getCurrency()
      • getListprice

        java.math.BigDecimal getListprice()
        Returns the value of the 'Listprice' attribute.

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

        Returns:
        the value of the 'Listprice' attribute.
        See Also:
        setListprice(BigDecimal), CatalogEntityPackage.getListPrice_Listprice()
      • setListprice

        void setListprice(java.math.BigDecimal value)
        Sets the value of the 'Listprice' attribute.
        Parameters:
        value - the new value of the 'Listprice' attribute.
        See Also:
        getListprice()
      • getObjectId

        java.lang.String getObjectId()
        Returns the value of the 'Object Id' attribute.

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

        Returns:
        the value of the 'Object Id' attribute.
        See Also:
        setObjectId(String), CatalogEntityPackage.getListPrice_ObjectId()
      • setObjectId

        void setObjectId(java.lang.String value)
        Sets the value of the 'Object Id' attribute.
        Parameters:
        value - the new value of the 'Object Id' attribute.
        See Also:
        getObjectId()
      • 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.getListPrice_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()
      • getCatalogEntryForListPrice

        CatalogEntry getCatalogEntryForListPrice()
        Returns the value of the 'Catalog Entry For List Price' reference. It is bidirectional and its opposite is 'List Price'.

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

        Returns:
        the value of the 'Catalog Entry For List Price' reference.
        See Also:
        setCatalogEntryForListPrice(CatalogEntry), CatalogEntityPackage.getListPrice_CatalogEntryForListPrice(), CatalogEntry.getListPrice()