public class LineOrder extends Object
Constructor and Description |
---|
LineOrder() |
Modifier and Type | Method and Description |
---|---|
String |
getCustomerId() |
String |
getCustomerName() |
LineItem[] |
getLineItems() |
LineOrderPriority |
getPriority() |
void |
setCustomerId(String customerId) |
void |
setCustomerName(String customerName) |
void |
setLineItems(LineItem[] lineItems) |
void |
setPriority(LineOrderPriority priority) |
String |
toString() |
public String getCustomerId()
public void setCustomerId(String customerId)
public String getCustomerName()
public void setCustomerName(String customerName)
public LineItem[] getLineItems()
public void setLineItems(LineItem[] lineItems)
public LineOrderPriority getPriority()
public void setPriority(LineOrderPriority priority)
priority
- the priority to setCopyright © 2020. All rights reserved.