|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.kuali.ole.ingest.pojo.OlePatron
public class OlePatron
OlePatron is a business object class for Ole Patron Document
Constructor Summary | |
---|---|
OlePatron()
|
Method Summary | |
---|---|
String |
getBarcode()
Gets the barcode attribute. |
String |
getBorrowerType()
Gets the borrowerType attribute. |
List<OlePatronEmailAddress> |
getEmailAddresses()
Gets the emailAddresses attribute. |
String |
getErrorMessage()
Gets the errorMessage attribute. |
Date |
getExpirationDate()
Gets the expirationDate attribute. |
OleNameTypes |
getName()
Gets the name attribute. |
List<OlePatronNote> |
getNotes()
Gets the notes attribute. |
String |
getPatronID()
Gets the patronID attribute. |
OlePatronLevelPolicies |
getPatronLevelPolicies()
Gets the patronLevelPolicies attribute. |
List<OlePatronPostalAddress> |
getPostalAddresses()
Gets the postalAddresses attribute. |
List<OlePatronTelePhoneNumber> |
getTelephoneNumbers()
Gets the telephoneNumbers attribute. |
boolean |
isActive()
Gets the active attribute. |
void |
setActive(boolean active)
Sets the active attribute value. |
void |
setBarcode(String barcode)
Sets the barcode attribute value. |
void |
setBorrowerType(String borrowerType)
Sets the borrowerType attribute value. |
void |
setEmailAddresses(List<OlePatronEmailAddress> emailAddresses)
Sets the emailAddresses attribute value. |
void |
setErrorMessage(String errorMessage)
Sets the errorMessage attribute value. |
void |
setExpirationDate(Date expirationDate)
Sets the expirationDate attribute value. |
void |
setName(OleNameTypes name)
Sets the name attribute value. |
void |
setNotes(List<OlePatronNote> notes)
Sets the notes attribute value. |
void |
setPatronID(String patronID)
Sets the patronID attribute value. |
void |
setPatronLevelPolicies(OlePatronLevelPolicies patronLevelPolicies)
Sets the patronLevelPolicies attribute value. |
void |
setPostalAddresses(List<OlePatronPostalAddress> postalAddress)
Sets the postalAddresses attribute value. |
void |
setTelephoneNumbers(List<OlePatronTelePhoneNumber> telephoneNumbers)
Sets the telephoneNumbers attribute value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public OlePatron()
Method Detail |
---|
public String getPatronID()
public void setPatronID(String patronID)
patronID
- The patronID to set.public Date getExpirationDate()
public void setExpirationDate(Date expirationDate)
expirationDate
- The expirationDate to set.public boolean isActive()
public void setActive(boolean active)
active
- The active to set.public OleNameTypes getName()
public void setName(OleNameTypes name)
name
- The name to set.public String getBorrowerType()
public void setBorrowerType(String borrowerType)
borrowerType
- The borrowerType to set.public String getBarcode()
public void setBarcode(String barcode)
barcode
- The barcode to set.public List<OlePatronPostalAddress> getPostalAddresses()
public void setPostalAddresses(List<OlePatronPostalAddress> postalAddress)
postalAddress
- The postalAddresses to set.public List<OlePatronTelePhoneNumber> getTelephoneNumbers()
public void setTelephoneNumbers(List<OlePatronTelePhoneNumber> telephoneNumbers)
telephoneNumbers
- The telephoneNumbers to set.public List<OlePatronEmailAddress> getEmailAddresses()
public void setEmailAddresses(List<OlePatronEmailAddress> emailAddresses)
emailAddresses
- The emailAddresses to set.public OlePatronLevelPolicies getPatronLevelPolicies()
public void setPatronLevelPolicies(OlePatronLevelPolicies patronLevelPolicies)
patronLevelPolicies
- The patronLevelPolicies to set.public List<OlePatronNote> getNotes()
public void setNotes(List<OlePatronNote> notes)
notes
- The notes to set.public String getErrorMessage()
public void setErrorMessage(String errorMessage)
errorMessage
- The errorMessage to set.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |