|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.funambol.common.pim.model.contact.Address
public class Address
An object representing an address of a contact.
Constructor Summary | |
---|---|
Address()
Creates an empty address |
Method Summary | |
---|---|
void |
explodeLabel(java.lang.String labelText)
Explodes a label into its components, tries to infer which ones the corresponding address properties are and sets them. |
Property |
getCity()
Returns the city of this address. |
Property |
getCountry()
Returns the country of this address. |
Property |
getExtendedAddress()
Returns the extended address of this address. |
Property |
getLabel()
Returns the label of this address. |
Property |
getPostalCode()
Returns the postal code of this address. |
Property |
getPostOfficeAddress()
Returns the post office of this address. |
Property |
getRoomNumber()
Returns the room number of this address. |
Property |
getState()
Returns the state of this address. |
Property |
getStreet()
Returns the street of this address. |
void |
setCity(Property city)
Setter for property city. |
void |
setCountry(Property country)
Setter for property country. |
void |
setExtendedAddress(Property extendedAddress)
Setter for property extendedAddress. |
void |
setLabel(Property label)
Setter for property label. |
void |
setPostalCode(Property postalCode)
Setter for property postalCode. |
void |
setPostOfficeAddress(Property postOfficeAddress)
Setter for property postOfficeAddress. |
void |
setRoomNumber(Property roomNumber)
Setter for property roomNumber. |
void |
setState(Property state)
Setter for property state. |
void |
setStreet(Property street)
Setter for property street. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Address()
Method Detail |
---|
public Property getPostOfficeAddress()
public Property getRoomNumber()
public Property getStreet()
public Property getCity()
public Property getState()
public Property getPostalCode()
public Property getCountry()
public Property getLabel()
public Property getExtendedAddress()
public void setPostOfficeAddress(Property postOfficeAddress)
postOfficeAddress
- new value of property postOfficeAddresspublic void setRoomNumber(Property roomNumber)
roomNumber
- new value of property roomNumberpublic void setStreet(Property street)
street
- new value of property streetpublic void setCity(Property city)
city
- new value of property citypublic void setState(Property state)
state
- new value of property statepublic void setPostalCode(Property postalCode)
postalCode
- new value of property postalCodepublic void setCountry(Property country)
country
- new value of property countrypublic void setLabel(Property label)
label
- new value of property labelpublic void setExtendedAddress(Property extendedAddress)
extendedAddress
- new value of property extendedAddresspublic void explodeLabel(java.lang.String labelText)
labelText
- the label as a String object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |