Method Summary |
|
public void | delete() Deletes the customer from database. |
public String | getAddress() Gets the address. |
public String | getCity() Gets the customer city. |
public String | getCompanyName() |
public String | getContactName() |
public String | getContactTitle() |
public String | getCountry() Gets the customer's country. |
public CustomerDO | getDO() |
public String | getEmail() Gets the customer's email. |
public String | getFax() Gets the customer's fax. |
public String | getHandle() |
public String | getNotes() Gets the customer's notes. |
public String | getPhone() Gets the customer's phone. |
public String | getPostalCode() Gets the customer's postal code. |
public String | getRegion() Gets the customer's region. |
public void | save() Commits all changes to the database. |
public void | setAddress(String address) Sets the address for the customer. |
public void | setCity(String city) Sets the customer's city. |
public void | setCompanyName(String companyName) Sets the company name for the customer. |
public void | setContactName(String contactName) Sets the contact name for the customer. |
public void | setContactTitle(String contactTitle) Sets the contact title. |
public void | setCountry(String country) Sets the customer's country. |
public void | setEmail(String email) Sets the customer's email. |
public void | setFax(String fax) Sets the customer's fax. |
public void | setNotes(String notes) Sets the customer's notes. |
public void | setPhone(String phone) Sets the customer's phone. |
public void | setPostalCode(String postalCode) Sets the customer's postal code. |
public void | setRegion(String region) Sets the customer's region. |