public class OrderData extends Object
Constructor and Description |
---|
OrderData(BigDecimal price,
BigDecimal amount,
Type type) |
Modifier and Type | Method and Description |
---|---|
BigDecimal |
getAmount() |
BigDecimal |
getPrice() |
Type |
getType() |
String |
toString() |
public OrderData(BigDecimal price, BigDecimal amount, Type type)
public BigDecimal getPrice()
public BigDecimal getAmount()
public Type getType()
Copyright © 2013–2017. All rights reserved.