@Entity public class Address extends DomainObject
AddressTransformer
,
http://microformats.org/wiki/hcard-input-formats
,
http://microformats.org/wiki/hcard-input-examples
,
http://microformats.org/wiki/hcard#Implied_.22n.22_Optimization
,
http://microformats.org/wiki/hcard-authoring#The_Importance_of_Names
,
Serialized FormModifier and Type | Field and Description |
---|---|
static String |
TYPE_ALTERNATE |
static String |
TYPE_BILLING |
static String |
TYPE_CONTACT |
static String |
TYPE_HOME |
static String |
TYPE_OFFICE |
static String |
TYPE_SHIPPING |
Constructor and Description |
---|
Address() |
Address(GenericEcomUser user,
String type) |
Address(String type) |
Modifier and Type | Method and Description |
---|---|
String |
getAddress() |
String |
getCity() |
String |
getCode()
Zip Code
|
String |
getCountry() |
String |
getMobile() |
String |
getPhone() |
String |
getState() |
String |
getType() |
GenericEcomUser |
getUser() |
void |
setAddress(String address) |
void |
setCity(String city) |
void |
setCode(String code)
Zip Code
|
void |
setCountry(String country) |
void |
setMobile(String mobile) |
void |
setPhone(String phone) |
void |
setState(String state) |
void |
setType(String type) |
void |
setUser(GenericEcomUser user) |
String |
toString() |
public static final String TYPE_BILLING
public static final String TYPE_SHIPPING
public static final String TYPE_CONTACT
public static final String TYPE_ALTERNATE
public static final String TYPE_HOME
public static final String TYPE_OFFICE
public Address()
public Address(String type)
public Address(GenericEcomUser user, String type)
public String getAddress()
public void setAddress(String address)
public String getCity()
public void setCity(String city)
public String getState()
public void setState(String state)
public String getCountry()
public void setCountry(String country)
public String getCode()
public void setCode(String code)
code
- public String getType()
public void setType(String type)
public GenericEcomUser getUser()
public void setUser(GenericEcomUser user)
public String getPhone()
public void setPhone(String phone)
public String getMobile()
public void setMobile(String mobile)
Copyright © 2018. All rights reserved.