public class EmployeeAddress extends InternationalAddress
Constructor and Description |
---|
EmployeeAddress() |
Modifier and Type | Method and Description |
---|---|
String |
getCounty() |
InternetAddresses |
getInternetAddresses() |
EmployeeAddressKey |
getKey() |
Boolean |
isDeleteOnUpdate() |
void |
setCounty(String value) |
void |
setDeleteOnUpdate(Boolean value) |
void |
setInternetAddresses(InternetAddresses value) |
void |
setKey(EmployeeAddressKey value) |
getCountryRegionCodeKey, setCountryRegionCodeKey
getCountryRegion, getFax, getPhone1, getPhone2, getPhone3, setCountryRegion, setFax, setPhone1, setPhone2, setPhone3
getCity, getLine1, getLine2, getLine3, getPostalCode, getState, setCity, setLine1, setLine2, setLine3, setPostalCode, setState
public String getCounty()
public void setCounty(String value)
public Boolean isDeleteOnUpdate()
public void setDeleteOnUpdate(Boolean value)
public InternetAddresses getInternetAddresses()
public void setInternetAddresses(InternetAddresses value)
public EmployeeAddressKey getKey()
public void setKey(EmployeeAddressKey value)
Copyright © 2010–2016. All rights reserved.