public class OrderItem extends Object
| Constructor and Description | 
|---|
| OrderItem() | 
| Modifier and Type | Method and Description | 
|---|---|
| BigDecimal | getPrice() | 
| String | getProductId() | 
| int | getQuantity() | 
| String | getTitle() | 
| void | setPrice(BigDecimal price) | 
| void | setProductId(String productId) | 
| void | setQuantity(int quantity) | 
| void | setTitle(String title) | 
| String | toString() | 
public OrderItem()
public int getQuantity()
public void setQuantity(int quantity)
public String getProductId()
public void setProductId(String productId)
public BigDecimal getPrice()
public void setPrice(BigDecimal price)
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.