public class Customer extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static int |
MAX_ADDRES_LENGTH |
static int |
MAX_CITY_LENGTH |
static int |
MAX_COMPANY_LENGTH |
static int |
MAX_COUNTRY_LENGTH |
static int |
MAX_CUSTOMER_ID_LENGTH |
static int |
MAX_CUSTOMER_IP_LENGTH |
static int |
MAX_EMAIL_LENGTH |
static int |
MAX_FAX_LENGTH |
static int |
MAX_FIRST_NAME_LENGTH |
static int |
MAX_LAST_NAME_LENGTH |
static int |
MAX_STATE_LENGTH |
static int |
MAX_ZIP_LENGTH |
| Modifier and Type | Method and Description |
|---|---|
static Customer |
createCustomer() |
String |
getAddress() |
String |
getCity() |
String |
getCompany() |
String |
getCountry() |
String |
getCustomerId() |
String |
getCustomerIP() |
String |
getEmail() |
String |
getFax() |
String |
getFirstName() |
String |
getLastName() |
String |
getPhone() |
String |
getState() |
String |
getZipPostalCode() |
void |
setAddress(String address) |
void |
setCity(String city) |
void |
setCompany(String company) |
void |
setCountry(String country) |
void |
setCustomerId(String customerId) |
void |
setCustomerIP(String customerIP) |
void |
setEmail(String email) |
void |
setFax(String fax) |
void |
setFirstName(String firstName) |
void |
setLastName(String lastName) |
void |
setPhone(String phone) |
void |
setState(String state) |
void |
setZipPostalCode(String zipPostalCode) |
public static final int MAX_FIRST_NAME_LENGTH
public static final int MAX_LAST_NAME_LENGTH
public static final int MAX_COMPANY_LENGTH
public static final int MAX_ADDRES_LENGTH
public static final int MAX_CITY_LENGTH
public static final int MAX_STATE_LENGTH
public static final int MAX_ZIP_LENGTH
public static final int MAX_COUNTRY_LENGTH
public static final int MAX_FAX_LENGTH
public static final int MAX_EMAIL_LENGTH
public static final int MAX_CUSTOMER_ID_LENGTH
public static final int MAX_CUSTOMER_IP_LENGTH
public static Customer createCustomer()
public String getFirstName()
public void setFirstName(String firstName)
firstName - the firstName to setpublic String getLastName()
public void setLastName(String lastName)
lastName - the lastName to setpublic String getCompany()
public void setCompany(String company)
company - the company to setpublic String getAddress()
public void setAddress(String address)
address - the address to setpublic String getCity()
public void setCity(String city)
city - the city to setpublic String getState()
public void setState(String state)
state - the state to setpublic String getZipPostalCode()
public void setZipPostalCode(String zipPostalCode)
zipPostalCode - the zipPostalCode to setpublic String getCountry()
public void setCountry(String country)
country - the country to setpublic String getPhone()
public void setPhone(String phone)
phone - the phone to setpublic String getFax()
public void setFax(String fax)
fax - the fax to setpublic String getEmail()
public void setEmail(String email)
email - the email to setpublic String getCustomerId()
public void setCustomerId(String customerId)
customerId - the customerId to setpublic String getCustomerIP()
public void setCustomerIP(String customerIP)
customerIP - the customerIP to setCopyright © 2016. All Rights Reserved.