public class OrderDetails extends Object
| Constructor and Description | 
|---|
| OrderDetails() | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getArticle() | 
| List<String> | getCurrencies() | 
| double | getPrice() | 
| int | getRoundedPrice() | 
| boolean | isPaid() | 
| void | setArticle(String article) | 
| void | setCurrencies(List<String> currencies) | 
| void | setPaid(boolean paid) | 
| void | setPrice(double price) | 
| void | setRoundedPrice(int roundedPrice) | 
public String getArticle()
public void setArticle(String article)
public double getPrice()
public void setPrice(double price)
public int getRoundedPrice()
public void setRoundedPrice(int roundedPrice)
public boolean isPaid()
public void setPaid(boolean paid)
Copyright © 2018. All rights reserved.