|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.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 |
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 |
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 |
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.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||