org.kuali.ole.ingest.pojo
Class OlePatronPostalAddress

java.lang.Object
  extended by org.kuali.ole.ingest.pojo.OlePatronPostalAddress

public class OlePatronPostalAddress
extends Object

OlePatronPostalAddress is a business object class for Ole Patron Postal Address Document


Constructor Summary
OlePatronPostalAddress()
           
 
Method Summary
 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.
 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 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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OlePatronPostalAddress

public OlePatronPostalAddress()
Method Detail

getPostalAddressType

public String getPostalAddressType()
Gets the postalAddressType attribute.

Returns:
Returns the postalAddressType.

setPostalAddressType

public void setPostalAddressType(String postalAddressType)
Sets the postalAddressType attribute value.

Parameters:
postalAddressType - The postalAddressType to set.

getAddressLinesList

public List<OleAddressLine> getAddressLinesList()
Gets the addressLinesList attribute.

Returns:
Returns the addressLinesList.

setAddressLinesList

public void setAddressLinesList(List<OleAddressLine> addressLinesList)
Sets the addressLinesList attribute value.

Parameters:
addressLinesList - The addressLinesList to set.

getCountry

public String getCountry()
Gets the country attribute.

Returns:
Returns the country.

setCountry

public void setCountry(String country)
Sets the country attribute value.

Parameters:
country - The country to set.

getCity

public String getCity()
Gets the city attribute.

Returns:
Returns the city.

setCity

public void setCity(String city)
Sets the city attribute value.

Parameters:
city - The city to set.

getStateProvince

public String getStateProvince()
Gets the stateProvince attribute.

Returns:
Returns the stateProvince.

setStateProvince

public void setStateProvince(String stateProvince)
Sets the stateProvince attribute value.

Parameters:
stateProvince - The stateProvince to set.

getPostalCode

public String getPostalCode()
Gets the postalCode attribute.

Returns:
Returns the postalCode.

setPostalCode

public void setPostalCode(String postalCode)
Sets the postalCode attribute value.

Parameters:
postalCode - The postalCode to set.

isActive

public boolean isActive()
Gets the active attribute.

Returns:
Returns the active.

setActive

public void setActive(boolean active)
Sets the active attribute value.

Parameters:
active - The active to set.

isDefaults

public boolean isDefaults()
Gets the defaults attribute.

Returns:
Returns the defaults.

setDefaults

public void setDefaults(boolean defaults)
Sets the defaults attribute value.

Parameters:
defaults - The defaults to set.

getAddressValidTo

public Date getAddressValidTo()
Gets the addressValidTo attribute.

Returns:
Returns the addressValidTo.

setAddressValidTo

public void setAddressValidTo(Date addressValidTo)
Sets the addressValidTo attribute value.

Parameters:
addressValidTo - The addressValidTo to set.

getAddressValidFrom

public Date getAddressValidFrom()
Gets the addressValidFrom attribute.

Returns:
Returns the addressValidFrom.

setAddressValidFrom

public void setAddressValidFrom(Date addressValidFrom)
Sets the addressValidFrom attribute value.

Parameters:
addressValidFrom - The addressValidFrom to set.

isAddressVerified

public boolean isAddressVerified()
Gets the addressVerified attribute.

Returns:
Returns the addressVerified.

setAddressVerified

public void setAddressVerified(boolean addressVerified)
Sets the addressVerified attribute value.

Parameters:
addressVerified - The addressVerified to set.

getAddressSource

public String getAddressSource()

setAddressSource

public void setAddressSource(String addressSource)


Copyright © 2004-2012 The Kuali Foundation. All Rights Reserved.