|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Address
Address represents a North American address.
| Method Summary | |
|---|---|
java.lang.String |
getCity()
Gets the city of this Address. |
java.lang.String |
getCountry()
Gets the country of this Address. |
java.lang.String |
getFaxNumber()
Gets the fax number associated with this Address. |
java.lang.String |
getFirstName()
Gets the first name associated with this Address. |
java.lang.String |
getGuid()
Return the guid. |
java.lang.String |
getLastName()
Gets the last name associated with this Address. |
java.lang.String |
getPhoneNumber()
Gets the phone number associated with this Address. |
java.lang.String |
getRegionPathStr()
Return the string reprents the address's region path info, starting from city. |
java.lang.String |
getStreet1()
Gets the streetname of this Address. |
java.lang.String |
getStreet2()
Gets the streetname of this Address. |
java.lang.String |
getSubCountry()
Gets the state, province, or other region of the country for this Address. |
java.lang.String |
getZipOrPostalCode()
Gets the zip/postal code of this Address. |
boolean |
isCommercialAddress()
True if this Address is a commercial address. |
void |
setCity(java.lang.String city)
Sets the city of this Address. |
void |
setCommercialAddress(boolean commercialAddress)
Sets whether this Address is a commercial address. |
void |
setCountry(java.lang.String country)
Sets the country of this Address. |
void |
setFaxNumber(java.lang.String faxNumber)
Sets the fax number associated with this Address. |
void |
setFirstName(java.lang.String firstName)
Sets the first name associated with this Address. |
void |
setGuid(java.lang.String guid)
Set the guid. |
void |
setLastName(java.lang.String lastName)
Sets the last name associated with this Address. |
void |
setPhoneNumber(java.lang.String phoneNumber)
Sets the phone number associated with this Address. |
void |
setStreet1(java.lang.String street)
Sets the streetname of this Address. |
void |
setStreet2(java.lang.String street)
Sets the streetname of this Address. |
void |
setSubCountry(java.lang.String subCountry)
Sets the state, province, or other region of the country for this Address. |
void |
setZipOrPostalCode(java.lang.String zipOrPostalCode)
Sets the zip/postal code of this Address. |
| Methods inherited from interface com.elasticpath.domain.Persistence |
|---|
executeBeforePersistAction, getUidPk, isPersistent, setDefaultValues, setUidPk |
| Methods inherited from interface com.elasticpath.domain.EpDomain |
|---|
getElasticPath, setElasticPath |
| Method Detail |
|---|
java.lang.String getCity()
Address.
java.lang.String getCountry()
Address.
java.lang.String getFaxNumber()
Address.
java.lang.String getFirstName()
Address.
java.lang.String getGuid()
java.lang.String getLastName()
Address.
java.lang.String getPhoneNumber()
Address.
java.lang.String getRegionPathStr()
java.lang.String getStreet1()
Address.
java.lang.String getStreet2()
Address.
java.lang.String getSubCountry()
Address.
java.lang.String getZipOrPostalCode()
Address.
boolean isCommercialAddress()
Address is a commercial address.
void setCity(java.lang.String city)
Address.
city - the new city.void setCommercialAddress(boolean commercialAddress)
Address is a commercial address.
commercialAddress - Set to true for commercial addresses.void setCountry(java.lang.String country)
Address.
country - the new country.void setFaxNumber(java.lang.String faxNumber)
Address.
faxNumber - the new fax number.void setFirstName(java.lang.String firstName)
Address.
firstName - the first name.void setGuid(java.lang.String guid)
guid - the guid to set.void setLastName(java.lang.String lastName)
Address.
lastName - the last name.void setPhoneNumber(java.lang.String phoneNumber)
Address.
phoneNumber - the new phone number.void setStreet1(java.lang.String street)
Address.
street - the new streetname.void setStreet2(java.lang.String street)
Address.
street - the new streetname.void setSubCountry(java.lang.String subCountry)
Address.
subCountry - the new state, province, or other regionvoid setZipOrPostalCode(java.lang.String zipOrPostalCode)
Address.
zipOrPostalCode - the new zip/postal code.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||