Class OrderValue
- java.lang.Object
-
- global.maplink.tracking.schema.domain.OrderValue
-
public class OrderValue extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classOrderValue.OrderValueBuilder
-
Constructor Summary
Constructors Constructor Description OrderValue()OrderValue(BigDecimal value, String currency)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static OrderValue.OrderValueBuilderbuilder()protected booleancanEqual(Object other)booleanequals(Object o)StringgetCurrency()BigDecimalgetValue()inthashCode()StringtoString()
-
-
-
Constructor Detail
-
OrderValue
public OrderValue()
-
OrderValue
public OrderValue(BigDecimal value, String currency)
-
-
Method Detail
-
builder
public static OrderValue.OrderValueBuilder builder()
-
getValue
public BigDecimal getValue()
-
getCurrency
public String getCurrency()
-
canEqual
protected boolean canEqual(Object other)
-
-