public class Bill extends Model implements Serializable
| Modifier and Type | Field and Description |
|---|---|
protected Address |
_address |
protected CreditCard |
_creditCard |
protected String |
_phone |
protected String |
_plan |
protected Integer |
_senderQuantity |
static String |
FIELD_ADDRESS |
static String |
FIELD_CREDITCARD |
static String |
FIELD_PHONE |
static String |
FIELD_PLAN |
static String |
FIELD_SENDERQUANTITY |
| Constructor and Description |
|---|
Bill() |
| Modifier and Type | Method and Description |
|---|---|
Address |
getAddress() |
CreditCard |
getCreditCard() |
String |
getPhone() |
String |
getPlan() |
Integer |
getSenderQuantity() |
Bill |
safeSetAddress(Address value) |
Bill |
safeSetCreditCard(CreditCard value) |
Bill |
safeSetPhone(String value) |
Bill |
safeSetPlan(String value) |
Bill |
safeSetSenderQuantity(Integer value) |
Bill |
setAddress(Address value) |
Bill |
setCreditCard(CreditCard value) |
Bill |
setPhone(String value) |
Bill |
setPlan(String value) |
Bill |
setSenderQuantity(Integer value) |
clean, getDirtyFields, isDirty, setDirtypublic static final String FIELD_ADDRESS
public static final String FIELD_CREDITCARD
public static final String FIELD_PHONE
public static final String FIELD_PLAN
public static final String FIELD_SENDERQUANTITY
protected Address _address
protected CreditCard _creditCard
protected String _phone
protected String _plan
protected Integer _senderQuantity
public Address getAddress()
public Bill setCreditCard(CreditCard value)
public Bill safeSetCreditCard(CreditCard value)
public CreditCard getCreditCard()
public String getPhone()
public String getPlan()
public Integer getSenderQuantity()
Copyright 2022 OneSpan All rights reserved.