- All Implemented Interfaces:
Price, io.vrap.rmf.base.client.ModelBase
public class PriceImpl
extends Object
implements Price, io.vrap.rmf.base.client.ModelBase
Price
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.vrap.rmf.base.client.ModelBase
io.vrap.rmf.base.client.ModelBase.FilteredRecursiveToStringStyle
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from interface io.vrap.rmf.base.client.ModelBase
reflectionString, reflectionString
Methods inherited from interface com.commercetools.history.models.common.Price
withPrice
-
Constructor Details
-
PriceImpl
public PriceImpl()
create empty instance
-
Method Details
-
getId
- Specified by:
getId in interface Price
- Returns:
- id
-
getValue
- Specified by:
getValue in interface Price
- Returns:
- value
-
setId
Description copied from interface: Price
set id
- Specified by:
setId in interface Price
- Parameters:
id - value to be set
-
setValue
public void setValue(Money value)
Description copied from interface: Price
set value
- Specified by:
setValue in interface Price
- Parameters:
value - value to be set
-
-
-