|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.kuali.ole.ingest.pojo.OlePatronPostalAddress
public class OlePatronPostalAddress
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 |
---|
public OlePatronPostalAddress()
Method Detail |
---|
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 String getCity()
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)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |