com.ibm.commerce.foundation.common.datatypes

Interface OfferPriceType

    • Method Detail

      • getPrice

        UnitPriceType getPrice()
        Returns the value of the 'Price' containment reference. The prices of this offer price. The prices can be in different currencies
        Returns:
        the value of the 'Price' containment reference.
        See Also:
        setPrice(UnitPriceType), CommerceFoundationPackage.getOfferPriceType_Price()
      • setPrice

        void setPrice(UnitPriceType value)
        Sets the value of the 'Price' containment reference.
        Parameters:
        value - the new value of the 'Price' containment reference.
        See Also:
        getPrice()
      • getDescription

        DescriptionType getDescription()
        Returns the value of the 'Description' containment reference. The description of the offer price
        Returns:
        the value of the 'Description' containment reference.
        See Also:
        setDescription(DescriptionType), CommerceFoundationPackage.getOfferPriceType_Description()
      • setDescription

        void setDescription(DescriptionType value)
        Sets the value of the 'Description' containment reference.
        Parameters:
        value - the new value of the 'Description' containment reference.
        See Also:
        getDescription()
      • getQualifier

        java.lang.String getQualifier()
        Returns the value of the 'Qualifier' attribute. A number that uniquely identifies the offer along with the catalog entry id and the price list id.
        Returns:
        the value of the 'Qualifier' attribute.
        See Also:
        setQualifier(String), CommerceFoundationPackage.getOfferPriceType_Qualifier()
      • setQualifier

        void setQualifier(java.lang.String value)
        Sets the value of the 'Qualifier' attribute.
        Parameters:
        value - the new value of the 'Qualifier' attribute.
        See Also:
        getQualifier()
      • getContractIdentifier

        ContractIdentifierType getContractIdentifier()
        Returns the value of the 'Contract Identifier' containment reference. The contract identifier the price is associated with.
        Returns:
        the value of the 'Contract Identifier' containment reference.
        See Also:
        setContractIdentifier(ContractIdentifierType), CommerceFoundationPackage.getOfferPriceType_ContractIdentifier()
      • getUserData

        UserDataType getUserData()
        Returns the value of the 'User Data' containment reference. The user data area.
        Returns:
        the value of the 'User Data' containment reference.
        See Also:
        setUserData(UserDataType), CommerceFoundationPackage.getOfferPriceType_UserData()
      • setUserData

        void setUserData(UserDataType value)
        Sets the value of the 'User Data' containment reference.
        Parameters:
        value - the new value of the 'User Data' containment reference.
        See Also:
        getUserData()
      • getEndDate

        java.lang.Object getEndDate()
        Returns the value of the 'End Date' attribute. The end date.
        Returns:
        the value of the 'End Date' attribute.
        See Also:
        setEndDate(Object), CommerceFoundationPackage.getOfferPriceType_EndDate()
      • setEndDate

        void setEndDate(java.lang.Object value)
        Sets the value of the 'End Date' attribute.
        Parameters:
        value - the new value of the 'End Date' attribute.
        See Also:
        getEndDate()
      • getLastUpdate

        java.lang.Object getLastUpdate()
        Returns the value of the 'Last Update' attribute. The last update.
        Returns:
        the value of the 'Last Update' attribute.
        See Also:
        setLastUpdate(Object), CommerceFoundationPackage.getOfferPriceType_LastUpdate()
      • setLastUpdate

        void setLastUpdate(java.lang.Object value)
        Sets the value of the 'Last Update' attribute.
        Parameters:
        value - the new value of the 'Last Update' attribute.
        See Also:
        getLastUpdate()
      • getPrecedence

        double getPrecedence()
        Returns the value of the 'Precedence' attribute. The precedence of offer. When more than one Offer is effective at a particular time, the one with the highest precedence is used.
        Returns:
        the value of the 'Precedence' attribute.
        See Also:
        isSetPrecedence(), unsetPrecedence(), setPrecedence(double), CommerceFoundationPackage.getOfferPriceType_Precedence()
      • getQuantityUnit

        java.lang.String getQuantityUnit()
        Returns the value of the 'Quantity Unit' attribute. The unit of measure for minimumQuantity and maximumQuantity.
        Returns:
        the value of the 'Quantity Unit' attribute.
        See Also:
        setQuantityUnit(String), CommerceFoundationPackage.getOfferPriceType_QuantityUnit()
      • setQuantityUnit

        void setQuantityUnit(java.lang.String value)
        Sets the value of the 'Quantity Unit' attribute.
        Parameters:
        value - the new value of the 'Quantity Unit' attribute.
        See Also:
        getQuantityUnit()
      • getStartDate

        java.lang.Object getStartDate()
        Returns the value of the 'Start Date' attribute. The start date.
        Returns:
        the value of the 'Start Date' attribute.
        See Also:
        setStartDate(Object), CommerceFoundationPackage.getOfferPriceType_StartDate()
      • setStartDate

        void setStartDate(java.lang.Object value)
        Sets the value of the 'Start Date' attribute.
        Parameters:
        value - the new value of the 'Start Date' attribute.
        See Also:
        getStartDate()