|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.geebis.books.model.partner.ContactInformation
@Name(value="contactFacet") public class ContactInformation
A ContactInformation is one "location" at which you can contact someone.
For example, a customer can have two contact information objects, one representing his HOME
contact information and one representing his WORK contact information.
| Constructor Summary | |
|---|---|
ContactInformation()
|
|
ContactInformation(java.lang.String name)
|
|
| Method Summary | |
|---|---|
java.util.List<EmailAddress> |
getEmailAddresses()
Gets this contact information's email addresses |
java.lang.Long |
getId()
|
MailingAddress |
getMailingAddress()
Get the mailing address for this contact information |
java.lang.String |
getName()
Gets the name of this contact information |
java.util.List<TelephoneNumber> |
getTelephoneNumbers()
Gets this contact information's telephone numbers |
java.lang.Integer |
getVersion()
|
void |
setEmailAddresses(java.util.List<EmailAddress> emailAddresses)
Set this contact information's email addresses |
void |
setId(java.lang.Long id)
|
void |
setMailingAddress(MailingAddress mailingAddress)
Sets the mailing address for this contact information. |
void |
setName(java.lang.String name)
Sets the name of this contact information The name of a contact v should be something like "WORK" or "HOME" |
void |
setTelephoneNumbers(java.util.List<TelephoneNumber> telephoneNumbers)
Sets this contact information's telephone numbers |
void |
setVersion(java.lang.Integer version)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ContactInformation()
public ContactInformation(java.lang.String name)
| Method Detail |
|---|
public java.lang.String getName()
setName(String)public void setName(java.lang.String name)
name - the new name of this contact informationpublic java.util.List<TelephoneNumber> getTelephoneNumbers()
public void setTelephoneNumbers(java.util.List<TelephoneNumber> telephoneNumbers)
telephoneNumbers - the new telephone numbers for this contact informationpublic java.util.List<EmailAddress> getEmailAddresses()
public void setEmailAddresses(java.util.List<EmailAddress> emailAddresses)
emailAddresses - the new email addresses for this contact informationpublic MailingAddress getMailingAddress()
public void setMailingAddress(MailingAddress mailingAddress)
mailingAddress - the new mailing address for this contact informationpublic java.lang.Integer getVersion()
public void setVersion(java.lang.Integer version)
public java.lang.Long getId()
public void setId(java.lang.Long id)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||