com.ibm.commerce.foundation.common.datatypes

Interface PriceInfoType



  • public interface PriceInfoType
    A representation of the model object 'Price Info Type'. The general price type which contain standard price, contract prices and floor price

    The following features are supported:

    See Also:
    CommerceFoundationPackage.getPriceInfoType()
    • Method Detail

      • getStandardPrice

        OfferPriceType getStandardPrice()
        Returns the value of the 'Standard Price' containment reference. The Standard price.
        Returns:
        the value of the 'Standard Price' containment reference.
        See Also:
        setStandardPrice(OfferPriceType), CommerceFoundationPackage.getPriceInfoType_StandardPrice()
      • setStandardPrice

        void setStandardPrice(OfferPriceType value)
        Sets the value of the 'Standard Price' containment reference.
        Parameters:
        value - the new value of the 'Standard Price' containment reference.
        See Also:
        getStandardPrice()
      • getContractPrice

        java.util.List getContractPrice()
        Returns the value of the 'Contract Price' containment reference list. The list contents are of type OfferPriceType. The contract prices.
        Returns:
        the value of the 'Contract Price' containment reference list.
        See Also:
        CommerceFoundationPackage.getPriceInfoType_ContractPrice()
      • getFloorPrice

        OfferPriceType getFloorPrice()
        Returns the value of the 'Floor Price' containment reference. The floorPrice.
        Returns:
        the value of the 'Floor Price' containment reference.
        See Also:
        setFloorPrice(OfferPriceType), CommerceFoundationPackage.getPriceInfoType_FloorPrice()
      • setFloorPrice

        void setFloorPrice(OfferPriceType value)
        Sets the value of the 'Floor Price' containment reference.
        Parameters:
        value - the new value of the 'Floor Price' containment reference.
        See Also:
        getFloorPrice()
      • 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.getPriceInfoType_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()