public interface PriceInfoType
The following features are supported:
CommerceFoundationPackage.getPriceInfoType()
Modifier and Type | Method and Description |
---|---|
java.util.List |
getContractPrice()
Returns the value of the 'Contract Price' containment reference list.
|
OfferPriceType |
getFloorPrice()
Returns the value of the 'Floor Price' containment reference.
|
OfferPriceType |
getStandardPrice()
Returns the value of the 'Standard Price' containment reference.
|
UserDataType |
getUserData()
Returns the value of the 'User Data' containment reference.
|
void |
setFloorPrice(OfferPriceType value)
Sets the value of the '
Floor Price ' containment reference. |
void |
setStandardPrice(OfferPriceType value)
Sets the value of the '
Standard Price ' containment reference. |
void |
setUserData(UserDataType value)
Sets the value of the '
User Data ' containment reference. |
OfferPriceType getStandardPrice()
setStandardPrice(OfferPriceType)
,
CommerceFoundationPackage.getPriceInfoType_StandardPrice()
void setStandardPrice(OfferPriceType value)
Standard Price
' containment reference.
value
- the new value of the 'Standard Price' containment reference.getStandardPrice()
java.util.List getContractPrice()
OfferPriceType
.
The contract prices.
CommerceFoundationPackage.getPriceInfoType_ContractPrice()
OfferPriceType getFloorPrice()
setFloorPrice(OfferPriceType)
,
CommerceFoundationPackage.getPriceInfoType_FloorPrice()
void setFloorPrice(OfferPriceType value)
Floor Price
' containment reference.
value
- the new value of the 'Floor Price' containment reference.getFloorPrice()
UserDataType getUserData()
setUserData(UserDataType)
,
CommerceFoundationPackage.getPriceInfoType_UserData()
void setUserData(UserDataType value)
User Data
' containment reference.
value
- the new value of the 'User Data' containment reference.getUserData()