public class AccountCreditCardSelect.EditableCard
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 CreditCard |
crcard
The credit card.
|
private java.lang.String |
crcardId
The encrypted credit card id.
|
private Radio |
selection
The selection radio button.
|
private static long |
serialVersionUID
The class' serialization version id.
|
| Modifier | Constructor and Description |
|---|---|
protected |
EditableCard(CreditCard crcard,
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.
|
CreditCard |
getCreditCard()
Returns the credit card.
|
java.lang.String |
getCreditCardId()
Returns the encrypted credit card id.
|
Radio |
getSelection()
Returns the selection radio button.
|
private static final long serialVersionUID
private CreditCard crcard
private java.lang.String crcardId
private Radio selection
private boolean canEdit
private boolean canDelete
protected EditableCard(CreditCard crcard, boolean selected, boolean canSelect, boolean canEdit, boolean canDelete)
public CreditCard getCreditCard()
public java.lang.String getCreditCardId()
public Radio getSelection()
public boolean getCanEdit()
public boolean getCanDelete()