public class OlePatronPostalAddress extends Object
| Constructor and Description | 
|---|
| OlePatronPostalAddress() | 
| Modifier and Type | Method and Description | 
|---|---|
| List<OleAddressLine> | getAddressLinesList()Gets the addressLinesList attribute. | 
| String | getAddressSource() | 
| Date | getAddressValidFrom()Gets the addressValidFrom attribute. | 
| Date | getAddressValidTo()Gets the addressValidTo attribute. | 
| String | getCity()Gets the city attribute. | 
| String | getCountry()Gets the country attribute. | 
| String | getPostalAddressType()Gets the postalAddressType attribute. | 
| String | getPostalCode()Gets the postalCode attribute. | 
| String | getStateProvince()Gets the stateProvince attribute. | 
| boolean | isActive()Gets the active attribute. | 
| boolean | isAddressVerified()Gets the addressVerified attribute. | 
| boolean | isDefaults()Gets the defaults attribute. | 
| boolean | isDeliverAddress() | 
| void | setActive(boolean active)Sets the active attribute value. | 
| void | setAddressLinesList(List<OleAddressLine> addressLinesList)Sets the addressLinesList attribute value. | 
| void | setAddressSource(String addressSource) | 
| void | setAddressValidFrom(Date addressValidFrom)Sets the addressValidFrom attribute value. | 
| void | setAddressValidTo(Date addressValidTo)Sets the addressValidTo attribute value. | 
| void | setAddressVerified(boolean addressVerified)Sets the addressVerified attribute value. | 
| void | setCity(String city)Sets the city attribute value. | 
| void | setCountry(String country)Sets the country attribute value. | 
| void | setDefaults(boolean defaults)Sets the defaults attribute value. | 
| void | setDeliverAddress(boolean deliverAddress) | 
| void | setPostalAddressType(String postalAddressType)Sets the postalAddressType attribute value. | 
| void | setPostalCode(String postalCode)Sets the postalCode attribute value. | 
| void | setStateProvince(String stateProvince)Sets the stateProvince attribute value. | 
public OlePatronPostalAddress()
public String getPostalAddressType()
public void setPostalAddressType(String postalAddressType)
postalAddressType - The postalAddressType to set.public List<OleAddressLine> getAddressLinesList()
public void setAddressLinesList(List<OleAddressLine> addressLinesList)
addressLinesList - The addressLinesList to set.public String getCountry()
public void setCountry(String country)
country - The country to set.public void setCity(String city)
city - The city to set.public String getStateProvince()
public void setStateProvince(String stateProvince)
stateProvince - The stateProvince to set.public String getPostalCode()
public void setPostalCode(String postalCode)
postalCode - The postalCode to set.public boolean isActive()
public void setActive(boolean active)
active - The active to set.public boolean isDefaults()
public void setDefaults(boolean defaults)
defaults - The defaults to set.public Date getAddressValidTo()
public void setAddressValidTo(Date addressValidTo)
addressValidTo - The addressValidTo to set.public Date getAddressValidFrom()
public void setAddressValidFrom(Date addressValidFrom)
addressValidFrom - The addressValidFrom to set.public boolean isAddressVerified()
public void setAddressVerified(boolean addressVerified)
addressVerified - The addressVerified to set.public String getAddressSource()
public void setAddressSource(String addressSource)
public boolean isDeliverAddress()
public void setDeliverAddress(boolean deliverAddress)
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.