public class CargoOrder extends Object
Constructor and Description |
---|
CargoOrder() |
Modifier and Type | Method and Description |
---|---|
String |
getBuyer() |
String |
getCity() |
BigDecimal |
getPrice() |
void |
setBuyer(String buyer) |
void |
setCity(String city) |
void |
setPrice(BigDecimal price) |
public String getBuyer()
public void setBuyer(String buyer)
public String getCity()
public void setCity(String city)
public BigDecimal getPrice()
public void setPrice(BigDecimal price)
Copyright © 2021. All rights reserved.