public class Address extends ModelObject
HRImport for more details.| Modifier and Type | Field and Description |
|---|---|
protected boolean |
active |
protected String |
addressLine1 |
protected String |
addressLine2 |
protected String |
addressLine3 |
protected String |
addressTypeCode |
protected String |
city |
protected String |
country |
protected boolean |
isDefault |
protected String |
postalCode |
protected String |
stateOrProvince |
| Constructor and Description |
|---|
Address() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAddressLine1() |
String |
getAddressLine2() |
String |
getAddressLine3() |
String |
getAddressTypeCode() |
String |
getCity() |
String |
getCountry() |
String |
getPostalCode() |
String |
getStateOrProvince() |
boolean |
isActive() |
boolean |
isDefault() |
void |
setActive(boolean active) |
void |
setAddressLine1(String addressLine1) |
void |
setAddressLine2(String addressLine2) |
void |
setAddressLine3(String addressLine3) |
void |
setAddressTypeCode(String addressTypeCode) |
void |
setCity(String city) |
void |
setCountry(String country) |
void |
setDefault(boolean isDefault) |
void |
setPostalCode(String postalCode) |
void |
setStateOrProvince(String stateOrProvince) |
trimToNull@NotNull protected String addressTypeCode
@NotNull protected String addressLine1
protected String addressLine2
protected String addressLine3
@NotNull protected String city
protected String stateOrProvince
protected String postalCode
protected String country
protected boolean isDefault
protected boolean active
public String getAddressTypeCode()
public void setAddressTypeCode(String addressTypeCode)
public String getAddressLine1()
public void setAddressLine1(String addressLine1)
public String getAddressLine2()
public void setAddressLine2(String addressLine2)
public String getAddressLine3()
public void setAddressLine3(String addressLine3)
public String getCity()
public void setCity(String city)
public String getStateOrProvince()
public void setStateOrProvince(String stateOrProvince)
public String getPostalCode()
public void setPostalCode(String postalCode)
public String getCountry()
public void setCountry(String country)
public boolean isDefault()
public void setDefault(boolean isDefault)
public boolean isActive()
public void setActive(boolean active)
Copyright © 2018 KualiCo. All rights reserved.