net.authorize.data
Class Customer
java.lang.Object
net.authorize.data.Customer
- All Implemented Interfaces:
- Serializable
public class Customer
- extends Object
- implements Serializable
Customer specific information.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MAX_FIRST_NAME_LENGTH
public static final int MAX_FIRST_NAME_LENGTH
- See Also:
- Constant Field Values
MAX_LAST_NAME_LENGTH
public static final int MAX_LAST_NAME_LENGTH
- See Also:
- Constant Field Values
MAX_COMPANY_LENGTH
public static final int MAX_COMPANY_LENGTH
- See Also:
- Constant Field Values
MAX_ADDRES_LENGTH
public static final int MAX_ADDRES_LENGTH
- See Also:
- Constant Field Values
MAX_CITY_LENGTH
public static final int MAX_CITY_LENGTH
- See Also:
- Constant Field Values
MAX_STATE_LENGTH
public static final int MAX_STATE_LENGTH
- See Also:
- Constant Field Values
MAX_ZIP_LENGTH
public static final int MAX_ZIP_LENGTH
- See Also:
- Constant Field Values
MAX_COUNTRY_LENGTH
public static final int MAX_COUNTRY_LENGTH
- See Also:
- Constant Field Values
MAX_FAX_LENGTH
public static final int MAX_FAX_LENGTH
- See Also:
- Constant Field Values
MAX_EMAIL_LENGTH
public static final int MAX_EMAIL_LENGTH
- See Also:
- Constant Field Values
MAX_CUSTOMER_ID_LENGTH
public static final int MAX_CUSTOMER_ID_LENGTH
- See Also:
- Constant Field Values
MAX_CUSTOMER_IP_LENGTH
public static final int MAX_CUSTOMER_IP_LENGTH
- See Also:
- Constant Field Values
createCustomer
public static Customer createCustomer()
getFirstName
public String getFirstName()
- Returns:
- the firstName
setFirstName
public void setFirstName(String firstName)
- Parameters:
firstName - the firstName to set
getLastName
public String getLastName()
- Returns:
- the lastName
setLastName
public void setLastName(String lastName)
- Parameters:
lastName - the lastName to set
getCompany
public String getCompany()
- Returns:
- the company
setCompany
public void setCompany(String company)
- Parameters:
company - the company to set
getAddress
public String getAddress()
- Returns:
- the address
setAddress
public void setAddress(String address)
- Parameters:
address - the address to set
getCity
public String getCity()
- Returns:
- the city
setCity
public void setCity(String city)
- Parameters:
city - the city to set
getState
public String getState()
- Returns:
- the state
setState
public void setState(String state)
- Parameters:
state - the state to set
getZipPostalCode
public String getZipPostalCode()
- Returns:
- the zipPostalCode
setZipPostalCode
public void setZipPostalCode(String zipPostalCode)
- Parameters:
zipPostalCode - the zipPostalCode to set
getCountry
public String getCountry()
- Returns:
- the country
setCountry
public void setCountry(String country)
- Parameters:
country - the country to set
getPhone
public String getPhone()
- Returns:
- the phone
setPhone
public void setPhone(String phone)
- Parameters:
phone - the phone to set
getFax
public String getFax()
- Returns:
- the fax
setFax
public void setFax(String fax)
- Parameters:
fax - the fax to set
getEmail
public String getEmail()
- Returns:
- the email
setEmail
public void setEmail(String email)
- Parameters:
email - the email to set
getCustomerId
public String getCustomerId()
- Returns:
- the customerId
setCustomerId
public void setCustomerId(String customerId)
- Parameters:
customerId - the customerId to set
getCustomerIP
public String getCustomerIP()
- Returns:
- the customerIP
setCustomerIP
public void setCustomerIP(String customerIP)
- Parameters:
customerIP - the customerIP to set
Copyright © 2014. All Rights Reserved.