public class ConfirmOrderBean extends Object implements Serializable
| Constructor and Description |
|---|
ConfirmOrderBean() |
| Modifier and Type | Method and Description |
|---|---|
AddressBean |
getAddress() |
String |
getEmailAddress() |
String |
getFirstName() |
String |
getHomePhone() |
String |
getLastName() |
String |
getPaymentType() |
String |
getWorkPhone() |
void |
setAddress(AddressBean address)
Sets the client's address.
|
void |
setEmailAddress(String emailAddress)
Sets the client's email address.
|
void |
setFirstName(String firstName)
Sets the client's first name.
|
void |
setHomePhone(String homePhone)
Sets the client's home phone number.
|
void |
setLastName(String lastName)
Sets the client's last name.
|
void |
setPaymentType(String paymentType)
Sets the payment type for the transaction.
|
void |
setWorkPhone(String workPhone) |
public AddressBean getAddress()
public void setAddress(AddressBean address)
address - the address to set.public String getFirstName()
public void setFirstName(String firstName)
firstName - The first name to set.public String getHomePhone()
public void setHomePhone(String homePhone)
homePhone - The home phone number to set.public String getLastName()
public void setLastName(String lastName)
lastName - The last name to set.public String getPaymentType()
public void setPaymentType(String paymentType)
paymentType - The payment type to set.public String getWorkPhone()
public void setWorkPhone(String workPhone)
workPhone - The workPhone to set.public String getEmailAddress()
public void setEmailAddress(String emailAddress)
emailAddress - The email address to set.Copyright © 2017. All rights reserved.