Constructor and Description |
---|
OlePatron() |
Modifier and Type | Method and Description |
---|---|
Date |
getActivationDate() |
List<OlePatronAffiliations> |
getAffiliations()
Gets the affiliations attribute.
|
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.
|
String |
getStatisticalCategory() |
List<OlePatronTelePhoneNumber> |
getTelephoneNumbers()
Gets the telephoneNumbers attribute.
|
boolean |
isActive()
Gets the active attribute.
|
void |
setActivationDate(Date activationDate) |
void |
setActive(boolean active)
Sets the active attribute value.
|
void |
setAffiliations(List<OlePatronAffiliations> affiliations)
Sets the affiliations 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 |
setStatisticalCategory(String statisticalCategory) |
void |
setTelephoneNumbers(List<OlePatronTelePhoneNumber> telephoneNumbers)
Sets the telephoneNumbers attribute value.
|
public OlePatron()
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.public List<OlePatronAffiliations> getAffiliations()
public void setAffiliations(List<OlePatronAffiliations> affiliations)
affiliations
- The affiliations to set.public Date getActivationDate()
public void setActivationDate(Date activationDate)
public String getStatisticalCategory()
public void setStatisticalCategory(String statisticalCategory)
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.