public class AccountShippingSelect.EditableLocation
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
private boolean |
canDelete
The can delete flag.
|
private boolean |
canEdit
The can edit flag.
|
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 |
EditableLocation(Customer shipto,
boolean selected,
boolean canSelect,
boolean canEdit,
boolean canDelete)
Constructs a new editable shipping location.
|
Modifier and Type | Method and Description |
---|---|
boolean |
getCanDelete()
Returns the can delete flag.
|
boolean |
getCanEdit()
Returns the can edit flag.
|
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
private boolean canEdit
private boolean canDelete
protected EditableLocation(Customer shipto, boolean selected, boolean canSelect, boolean canEdit, boolean canDelete)
public Customer getShipto()
public Radio getSelection()
public boolean getCanEdit()
public boolean getCanDelete()