org.kuali.ole.ingest.pojo
Class OlePatron

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

public class OlePatron
extends Object

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

OlePatron

public OlePatron()
Method Detail

getPatronID

public String getPatronID()
Gets the patronID attribute.

Returns:
Returns the patronID.

setPatronID

public void setPatronID(String patronID)
Sets the patronID attribute value.

Parameters:
patronID - The patronID to set.

getExpirationDate

public Date getExpirationDate()
Gets the expirationDate attribute.

Returns:
Returns the expirationDate.

setExpirationDate

public void setExpirationDate(Date expirationDate)
Sets the expirationDate attribute value.

Parameters:
expirationDate - The expirationDate 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.

getName

public OleNameTypes getName()
Gets the name attribute.

Returns:
Returns the name.

setName

public void setName(OleNameTypes name)
Sets the name attribute value.

Parameters:
name - The name to set.

getBorrowerType

public String getBorrowerType()
Gets the borrowerType attribute.

Returns:
Returns the borrowerType.

setBorrowerType

public void setBorrowerType(String borrowerType)
Sets the borrowerType attribute value.

Parameters:
borrowerType - The borrowerType to set.

getBarcode

public String getBarcode()
Gets the barcode attribute.

Returns:
Returns the barcode.

setBarcode

public void setBarcode(String barcode)
Sets the barcode attribute value.

Parameters:
barcode - The barcode to set.

getPostalAddresses

public List<OlePatronPostalAddress> getPostalAddresses()
Gets the postalAddresses attribute.

Returns:
Returns the postalAddresses.

setPostalAddresses

public void setPostalAddresses(List<OlePatronPostalAddress> postalAddress)
Sets the postalAddresses attribute value.

Parameters:
postalAddress - The postalAddresses to set.

getTelephoneNumbers

public List<OlePatronTelePhoneNumber> getTelephoneNumbers()
Gets the telephoneNumbers attribute.

Returns:
Returns the telephoneNumbers.

setTelephoneNumbers

public void setTelephoneNumbers(List<OlePatronTelePhoneNumber> telephoneNumbers)
Sets the telephoneNumbers attribute value.

Parameters:
telephoneNumbers - The telephoneNumbers to set.

getEmailAddresses

public List<OlePatronEmailAddress> getEmailAddresses()
Gets the emailAddresses attribute.

Returns:
Returns the emailAddresses.

setEmailAddresses

public void setEmailAddresses(List<OlePatronEmailAddress> emailAddresses)
Sets the emailAddresses attribute value.

Parameters:
emailAddresses - The emailAddresses to set.

getPatronLevelPolicies

public OlePatronLevelPolicies getPatronLevelPolicies()
Gets the patronLevelPolicies attribute.

Returns:
Returns the patronLevelPolicies.

setPatronLevelPolicies

public void setPatronLevelPolicies(OlePatronLevelPolicies patronLevelPolicies)
Sets the patronLevelPolicies attribute value.

Parameters:
patronLevelPolicies - The patronLevelPolicies to set.

getNotes

public List<OlePatronNote> getNotes()
Gets the notes attribute.

Returns:
Returns the notes.

setNotes

public void setNotes(List<OlePatronNote> notes)
Sets the notes attribute value.

Parameters:
notes - The notes to set.

getErrorMessage

public String getErrorMessage()
Gets the errorMessage attribute.

Returns:
errorMessage the errorMessage.

setErrorMessage

public void setErrorMessage(String errorMessage)
Sets the errorMessage attribute value.

Parameters:
errorMessage - The errorMessage to set.


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