public class OrderItem extends Object
Modifier and Type | Field and Description |
---|---|
Integer |
position |
BigDecimal |
price |
Long |
quantity |
String |
title |
Constructor and Description |
---|
OrderItem() |
Modifier and Type | Method and Description |
---|---|
Integer |
getPosition() |
BigDecimal |
getPrice() |
Long |
getQuantity() |
String |
getTitle() |
void |
setPosition(Integer position) |
void |
setPrice(BigDecimal price) |
void |
setQuantity(Long quantity) |
void |
setTitle(String title) |
public Integer position
public Long quantity
public BigDecimal price
public String title
public Integer getPosition()
public void setPosition(Integer position)
public Long getQuantity()
public void setQuantity(Long quantity)
public BigDecimal getPrice()
public void setPrice(BigDecimal price)
public String getTitle()
public void setTitle(String title)
Copyright © 2024. All rights reserved.