| com.methodhead.aikp.AutoIntKeyPersistable com.methodhead.reg.Contact
Contact | public class Contact extends AutoIntKeyPersistable (Code) | | A Contact. The following fields are defined:
- int id = 0
- String firstname = ""
- String middlename = ""
- String lastname = ""
- String company = ""
- String address1 = ""
- String address2 = ""
- String city = ""
- String state = ""
- String zip = ""
- String country = ""
- String phone = ""
- String fax = ""
- String email = ""
- String url = ""
|
Constructor Summary | |
public | Contact() | public | Contact(DynaClass dynaClass) |
Method Summary | |
public String | getFullName() Returns the contacts last and first name separated by a comma. | protected void | init() |
Contact | public Contact(DynaClass dynaClass)(Code) | | |
getFullName | public String getFullName()(Code) | | Returns the contacts last and first name separated by a comma. If only
the first or last name is set, it will be returned. If neither is set,
"[Missing Name]" will be returned.
|
init | protected void init()(Code) | | |
|
|