|
© 2001 BEA Systems, Inc. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
A Contact represents a personal or business contact. It is a holder for any type of information that might be used to communicate with that entity. Specifically, it provides a a collection of Postal Addresses, Phone Numbers, Emails, and Urls. It includes special functions for handling addresses as described in the getPrimaryAddress and getNamedAddress methods..
Primary Key = com.beasys.commerce.axiom.contact.ContactPk
Attribute: contactAddress
ContactPk,
ContactHome,
ContactImpl,
ContactValue| Fields inherited from interface com.beasys.commerce.foundation.ConfigurableEntity |
RESERVED_SCOPE_NAME |
| Method Summary | |
java.lang.String |
getBusinessPhone()
Get the value of businessPhone |
Address |
getContactAddress()
Get the value of contactAddress |
java.lang.String |
getContactAddressCity()
Get the city field of the contact address |
java.lang.String |
getContactAddressCountry()
Get the country field of the contact address |
java.lang.String |
getContactAddressCounty()
Get the county field of the contact address |
java.lang.String |
getContactAddressGeoCode()
Get the geoCode field of the contact address |
java.lang.String |
getContactAddressPoBox()
Get the poBox field of the contact address |
java.lang.String |
getContactAddressPostalCode()
Get the postalCode field of the contact address |
java.lang.String |
getContactAddressPostalCodeType()
Get the postalCodeType field of the contact address |
java.lang.String |
getContactAddressState()
Get the state field of the contact address |
java.lang.String |
getContactAddressStreet1()
Get the street1 field of the contact address |
java.lang.String |
getContactAddressStreet2()
Get the street2 field of the contact address |
ContactValue |
getContactByValue()
Get all of Contact's attributes. |
java.lang.String |
getEmail()
Get the value of email |
java.lang.String |
getFax()
Get the value of fax |
java.lang.String |
getFirstName()
Get the value of firstName |
java.lang.String |
getHomePhone()
Get the value of homePhone |
java.lang.String |
getLastName()
Get the value of lastName |
java.lang.String |
getMiddleName()
Get the value of middleName |
java.lang.String |
getSuffix()
Get the value of suffix |
java.lang.String |
getTitle()
Get the value of title |
void |
setBusinessPhone(java.lang.String businessPhone)
Set the value of businessPhone |
void |
setContactAddress(Address contactAddress)
Set the value of contactAddress |
void |
setContactAddressCity(java.lang.String city)
Set the city field of the contact address |
void |
setContactAddressCountry(java.lang.String country)
Set the country field of the contact address |
void |
setContactAddressCounty(java.lang.String county)
Set the county field of the contact address |
void |
setContactAddressGeoCode(java.lang.String geoCode)
Set the geoCode field of the contact address |
void |
setContactAddressPoBox(java.lang.String poBox)
Set the poBox field of the contact address |
void |
setContactAddressPostalCode(java.lang.String postalCode)
Set the postalCode field of the contact address |
void |
setContactAddressPostalCodeType(java.lang.String postalCodeType)
Set the postalCodeType field of the contact address |
void |
setContactAddressState(java.lang.String state)
Set the state field of the contact address |
void |
setContactAddressStreet1(java.lang.String street1)
Set the street1 field of the contact address |
void |
setContactAddressStreet2(java.lang.String street2)
Set the street2 field of the contact address |
void |
setContactByValue(ContactValue value)
Set all of Contact's attributes to the passed in value. |
void |
setEmail(java.lang.String email)
Set the value of email |
void |
setFax(java.lang.String fax)
Set the value of fax |
void |
setFirstName(java.lang.String firstName)
Set the value of firstName |
void |
setHomePhone(java.lang.String homePhone)
Set the value of homePhone |
void |
setLastName(java.lang.String lastName)
Set the value of lastName |
void |
setMiddleName(java.lang.String middleName)
Set the value of middleName |
void |
setSuffix(java.lang.String suffix)
Set the value of suffix |
void |
setTitle(java.lang.String title)
Set the value of title |
| Methods inherited from interface com.beasys.commerce.axiom.contact.User |
getIdentifier, getUserByValue, setUserByValue |
| Methods inherited from interface com.beasys.commerce.foundation.ConfigurableEntity |
addPropertyValue, addPropertyValueMapped, getPersistableHandle, getProperty, getProperty, getPropertyAsString, getPropertyAsString, getPropertyDefault, getPropertyNoDefault, getSuccessor, getUniqueId, removeProperty, removeProperty, removePropertyValue, removePropertyValueMapped, removeSuccessor, setProperty, setProperty, setSuccessor |
| Methods inherited from interface com.beasys.commerce.foundation.BusinessPolicyManager |
addBusinessPolicy, getBusinessPolicy, removeBusinessPolicy |
| Method Detail |
public ContactValue getContactByValue()
throws java.rmi.RemoteException
public void setContactByValue(ContactValue value)
throws java.rmi.RemoteException
ContactValue - the Contact value object
public Address getContactAddress()
throws java.rmi.RemoteException
public void setContactAddress(Address contactAddress)
throws java.rmi.RemoteException
contactAddress - contactAddress to be added
public java.lang.String getContactAddressStreet1()
throws java.rmi.RemoteException
public void setContactAddressStreet1(java.lang.String street1)
throws java.rmi.RemoteException
street1 - the new value
public java.lang.String getContactAddressStreet2()
throws java.rmi.RemoteException
public void setContactAddressStreet2(java.lang.String street2)
throws java.rmi.RemoteException
street2 - the new value
public java.lang.String getContactAddressCity()
throws java.rmi.RemoteException
public void setContactAddressCity(java.lang.String city)
throws java.rmi.RemoteException
city - the new value
public java.lang.String getContactAddressPostalCodeType()
throws java.rmi.RemoteException
public void setContactAddressPostalCodeType(java.lang.String postalCodeType)
throws java.rmi.RemoteException
postalCodeType - the new value
public java.lang.String getContactAddressCountry()
throws java.rmi.RemoteException
public void setContactAddressCountry(java.lang.String country)
throws java.rmi.RemoteException
country - the new value
public java.lang.String getContactAddressState()
throws java.rmi.RemoteException
public void setContactAddressState(java.lang.String state)
throws java.rmi.RemoteException
state - the new value
public java.lang.String getContactAddressGeoCode()
throws java.rmi.RemoteException
public void setContactAddressGeoCode(java.lang.String geoCode)
throws java.rmi.RemoteException
geoCode - the new value
public java.lang.String getContactAddressPoBox()
throws java.rmi.RemoteException
public void setContactAddressPoBox(java.lang.String poBox)
throws java.rmi.RemoteException
poBox - the new value
public java.lang.String getContactAddressCounty()
throws java.rmi.RemoteException
public void setContactAddressCounty(java.lang.String county)
throws java.rmi.RemoteException
county - the new value
public java.lang.String getContactAddressPostalCode()
throws java.rmi.RemoteException
public void setContactAddressPostalCode(java.lang.String postalCode)
throws java.rmi.RemoteException
postalCode - the new value
public java.lang.String getEmail()
throws java.rmi.RemoteException
public void setEmail(java.lang.String email)
throws java.rmi.RemoteException
email - email to be added
public java.lang.String getBusinessPhone()
throws java.rmi.RemoteException
public void setBusinessPhone(java.lang.String businessPhone)
throws java.rmi.RemoteException
businessPhone - businessPhone to be added
public java.lang.String getFirstName()
throws java.rmi.RemoteException
public void setFirstName(java.lang.String firstName)
throws java.rmi.RemoteException
firstName - firstName to be added
public java.lang.String getFax()
throws java.rmi.RemoteException
public void setFax(java.lang.String fax)
throws java.rmi.RemoteException
fax - fax to be added
public java.lang.String getMiddleName()
throws java.rmi.RemoteException
public void setMiddleName(java.lang.String middleName)
throws java.rmi.RemoteException
middleName - middleName to be added
public java.lang.String getTitle()
throws java.rmi.RemoteException
public void setTitle(java.lang.String title)
throws java.rmi.RemoteException
title - title to be added
public java.lang.String getHomePhone()
throws java.rmi.RemoteException
public void setHomePhone(java.lang.String homePhone)
throws java.rmi.RemoteException
homePhone - homePhone to be added
public java.lang.String getLastName()
throws java.rmi.RemoteException
public void setLastName(java.lang.String lastName)
throws java.rmi.RemoteException
lastName - lastName to be added
public java.lang.String getSuffix()
throws java.rmi.RemoteException
public void setSuffix(java.lang.String suffix)
throws java.rmi.RemoteException
suffix - suffix to be added
|
© 2001 BEA Systems, Inc. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||