public class LogonShippingSelect.ShippingLocation
extends java.lang.Object
implements java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
private Radio |
selection
The selection radio button.
|
private static long |
serialVersionUID
The class' serialization version id.
|
private Customer |
shipto
The ship-to customer.
|
| Modifier | Constructor and Description |
|---|---|
protected |
ShippingLocation(Customer shipto,
boolean selected)
Constructs a new selectable shipping location.
|
| Modifier and Type | Method and Description |
|---|---|
Radio |
getSelection()
Returns the selection radio button.
|
Customer |
getShipto()
Returns the ship-to customer.
|
private static final long serialVersionUID
private Customer shipto
private Radio selection
protected ShippingLocation(Customer shipto, boolean selected)