public class Header extends Object
| Constructor and Description |
|---|
Header() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCustomerName() |
Long |
getCustomerNumber() |
Priority |
getPriority() |
void |
setCustomerName(String customerName) |
void |
setCustomerNumber(Long customerNumber) |
void |
setPriority(Priority priority) |
String |
toString() |
public Long getCustomerNumber()
public void setCustomerNumber(Long customerNumber)
public String getCustomerName()
public void setCustomerName(String customerName)
public Priority getPriority()
public void setPriority(Priority priority)
priority - the priority to setCopyright © 2020. All rights reserved.