org.kuali.ole.deliver.loan.bo
Class OleLoanDocument

java.lang.Object
  extended by org.kuali.rice.krad.bo.BusinessObjectBase
      extended by org.kuali.rice.krad.bo.PersistableBusinessObjectBase
          extended by org.kuali.ole.deliver.loan.bo.OleLoanDocument
All Implemented Interfaces:
Serializable, org.apache.ojb.broker.PersistenceBrokerAware, org.kuali.rice.core.api.mo.common.GloballyUnique, org.kuali.rice.core.api.mo.common.Versioned, org.kuali.rice.core.api.mo.ModelObjectBasic, org.kuali.rice.krad.bo.BusinessObject, org.kuali.rice.krad.bo.PersistableBusinessObject

public class OleLoanDocument
extends org.kuali.rice.krad.bo.PersistableBusinessObjectBase

The OleLoanDocument is a BO class that defines the loan document fields with getters and setters which is used for interacting the loan data with the persistence layer in OLE.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.kuali.rice.krad.bo.PersistableBusinessObjectBase
extension, versionNumber
 
Constructor Summary
OleLoanDocument()
           
 
Method Summary
 String getAuthor()
           
 String getBibUuid()
           
 String getBillName()
           
 String getBorrowerTypeId()
          Gets the borrowerTypeId attribute.
 String getBorrowerTypeName()
          Gets the borrowerTypeName attribute.
 Timestamp getCheckInDate()
           
 String getCirculationLocationId()
           
 String getCirculationPolicyId()
           
 String getCirculationPolicySetId()
           
 String getClaimsReturnNote()
           
 Date getCreateDate()
           
 String getDescription()
           
 String getDueDateType()
           
 String getEmail()
           
 org.kuali.rice.kim.impl.identity.entity.EntityBo getEntity()
          Gets the entity attribute.
 String getErrorMessage()
          Gets the errorMessage attribute.
 Date getExpirationDate()
          Gets the expirationDate attribute.
 BigDecimal getFineRate()
           
 String getInstanceUuid()
          Gets the instanceUuid attribute.
 String getItemCallNumber()
          Gets the ItemCallNumber attribute.
 String getItemCampus()
          Gets the itemCampus attribute.
 String getItemCollection()
          Gets the itemCollection attribute.
 String getItemCopyNumber()
           
 String getItemId()
          Gets the itemId attribute.
 String getItemInstitution()
          Gets the itemInstitution attribute.
 String getItemLibrary()
          Gets the itemLibrary attribute.
 String getItemLoanStatus()
          Gets the itemLoanStatus attribute.
 String getItemLocation()
          Gets the itemLocation attribute.
 Integer getItemNumberOfPieces()
           
 BigDecimal getItemPrice()
           
 String getItemStatus()
           
 String getItemType()
          Gets the itemType attribute.
 String getItemTypeName()
          Gets the itemTypeName attribute.
 String getItemUuid()
          Gets the itemUuid attribute.
 String getItemVolumeNumber()
          Gets the itemVolumeNumber attribute.
 String getLoanApproverId()
          Gets the loanApproverId attribute.
 Timestamp getLoanDueDate()
          Gets the loanDueDate attribute.
 String getLoanId()
          Gets the loanId attribute.
 String getLoanOperatorId()
          Gets the loanOperatorId attribute.
 Integer getLoanPeriod()
          Gets the loanPeriod attribute.
 Date getLoanPeriodDate()
          Gets the loanPeriodDate attribute.
 String getLoanStatusId()
          Gets the loanStatusId attribute.
 String getLoanTermUnitId()
          Gets the loanTermUnitId attribute.
 String getLocation()
           
 String getMachineId()
           
 String getMatchCheck()
           
 String getNoOfOverdueNoticesSentForBorrower()
           
 String getNumberOfOverdueNoticesSent()
           
 String getNumberOfRenewals()
           
 OleBorrowerType getOleBorrowerType()
          Gets the oleBorrowerType attribute.
 OleCirculationDesk getOleCirculationDesk()
           
 OleDeliverRequestBo getOleDeliverRequestBo()
           
 OleInstanceItemType getOleInstanceItemType()
          Gets the oleInstanceItemType attribute.
 Item getOleItem()
          Gets the oleItem attribute.
 OleLoanStatus getOleLoanStatus()
          Gets the oleLoanStatus attribute.
 OleLoanTermUnit getOleLoanTermUnit()
          Gets the oleLoanTermUnit attribute.
 OleLocation getOleLocation()
          Gets the oleLocation attribute.
 OlePatronDocument getOlePatron()
          Gets the olePatron attribute.
 String getOleRequestId()
           
 OlePatronDocument getOleRequestPatron()
           
 String getOperatorsCirculationLocation()
           
 Date getOverDueNoticeDate()
           
 Date getPastDueDate()
           
 String getPatronBarcode()
          Gets the patronBarcode attribute.
 String getPatronId()
          Gets the patronId attribute.
 String getPatronName()
          Gets the patronName attribute.
 String getPatronNoteTypeId()
           
 String getPatronUserNotes()
           
 String getPhoneNumber()
           
 String getPreferredAddress()
           
 String getProxyPatronId()
           
 List<OlePatronDocument> getRealPatron()
           
 String getRealPatronBarcode()
           
 String getRealPatronName()
           
 String getRealPatronType()
           
 Timestamp getRenewalLoanDueDate()
           
 String getRepaymentFeePatronBillId()
           
 BigDecimal getReplacementBill()
           
 String getTitle()
          Gets the title attribute.
 boolean isAddressVerified()
           
 boolean isBlockLoan()
           
 boolean isCheckNo()
           
 boolean isCheckOut()
           
 boolean isClaimsReturnedIndicator()
           
 boolean isContinueCheckIn()
           
 boolean isCopyRequest()
           
 boolean isDamagedCheckInOption()
           
 boolean isDueDateEmpty()
          Gets the dueDateEmpty attribute.
 boolean isInDefinite()
           
 boolean isNoticeForClaimsReturned()
           
 boolean isNumberOfPieces()
           
 boolean isRenewalItemFlag()
           
 boolean isRenewCheckNo()
           
 boolean isRequestPatron()
           
 boolean isValidateProxyPatron()
           
 boolean isValidPatron()
          Gets the isValidPatron attribute.
 void setAddressVerified(boolean addressVerified)
           
 void setAuthor(String author)
           
 void setBibUuid(String bibUuid)
           
 void setBillName(String billName)
           
 void setBlockLoan(boolean blockLoan)
           
 void setBorrowerTypeId(String borrowerTypeId)
          Sets the borrowerTypeId attribute value.
 void setBorrowerTypeName(String borrowerTypeName)
          Sets the borrowerTypeName attribute value.
 void setCheckInDate(Timestamp checkInDate)
           
 void setCheckNo(boolean checkNo)
           
 void setCheckOut(boolean checkOut)
           
 void setCirculationLocationId(String circulationLocationId)
           
 void setCirculationPolicyId(String circulationPolicyId)
           
 void setCirculationPolicySetId(String circulationPolicySetId)
           
 void setClaimsReturnedIndicator(boolean claimsReturnedIndicator)
           
 void setClaimsReturnNote(String claimsReturnNote)
           
 void setContinueCheckIn(boolean continueCheckIn)
           
 void setCopyRequest(boolean copyRequest)
           
 void setCreateDate(Date createDate)
           
 void setDamagedCheckInOption(boolean damagedCheckInOption)
           
 void setDescription(String description)
           
 void setDueDateEmpty(boolean dueDateEmpty)
          Sets the dueDateEmpty attribute value.
 void setDueDateType(String dueDateType)
           
 void setEmail(String email)
           
 void setEntity(org.kuali.rice.kim.impl.identity.entity.EntityBo entity)
          Sets the entity attribute value.
 void setErrorMessage(String errorMessage)
          Sets the errorMessage attribute value.
 void setExpirationDate(Date expirationDate)
          Sets the expirationDate attribute value.
 void setFineRate(BigDecimal fineRate)
           
 void setInDefinite(boolean inDefinite)
           
 void setInstanceUuid(String instanceUuid)
          Sets the instanceUuid attribute value.
 void setItemCallNumber(String itemCallNumber)
          Sets the itemCallNumber attribute value.
 void setItemCampus(String itemCampus)
          Sets the itemCampus attribute value.
 void setItemCollection(String itemCollection)
          Sets the itemCollection attribute value.
 void setItemCopyNumber(String itemCopyNumber)
           
 void setItemId(String itemId)
          Sets the itemId attribute value.
 void setItemInstitution(String itemInstitution)
          Sets the itemInstitution attribute value.
 void setItemLibrary(String itemLibrary)
          Sets the itemLibrary attribute value.
 void setItemLoanStatus(String itemLoanStatus)
          Sets the itemLoanStatus attribute value.
 void setItemLocation(String itemLocation)
          Sets the itemLocation attribute value.
 void setItemNumberOfPieces(Integer itemNumberOfPieces)
           
 void setItemPrice(BigDecimal itemPrice)
           
 void setItemStatus(String itemStatus)
           
 void setItemType(String itemType)
          Sets the itemType attribute value.
 void setItemTypeName(String itemTypeName)
          Sets the itemTypeName attribute value.
 void setItemUuid(String itemUuid)
          Sets the itemUuid attribute value.
 void setItemVolumeNumber(String itemVolumeNumber)
          Sets the itemVolumeNumber attribute value.
 void setLoanApproverId(String loanApproverId)
          Sets the loanApproverId attribute value.
 void setLoanDueDate(Timestamp loanDueDate)
          Sets the loanDueDate attribute value.
 void setLoanId(String loanId)
          Sets the loanId attribute value.
 void setLoanOperatorId(String loanOperatorId)
          Sets the loanOperatorId attribute value.
 void setLoanPeriod(Integer loanPeriod)
          Sets the loanPeriod attribute value.
 void setLoanPeriodDate(Date loanPeriodDate)
          Sets the loanPeriodDate attribute value.
 void setLoanStatusId(String loanStatusId)
          Sets the loanStatusId attribute value.
 void setLoanTermUnitId(String loanTermUnitId)
          Sets the loanTermUnitId attribute value.
 void setLocation(String location)
           
 void setMachineId(String machineId)
           
 void setMatchCheck(String matchCheck)
           
 void setNoOfOverdueNoticesSentForBorrower(String noOfOverdueNoticesSentForBorrower)
           
 void setNoticeForClaimsReturned(boolean noticeForClaimsReturned)
           
 void setNumberOfOverdueNoticesSent(String numberOfOverdueNoticesSent)
           
 void setNumberOfPieces(boolean numberOfPieces)
           
 void setNumberOfRenewals(String numberOfRenewals)
           
 void setOleBorrowerType(OleBorrowerType oleBorrowerType)
          Sets the oleBorrowerType attribute value.
 void setOleCirculationDesk(OleCirculationDesk oleCirculationDesk)
           
 void setOleDeliverRequestBo(OleDeliverRequestBo oleDeliverRequestBo)
           
 void setOleInstanceItemType(OleInstanceItemType oleInstanceItemType)
          Sets the oleInstanceItemType attribute value.
 void setOleItem(Item oleItem)
          Sets the oleItem attribute value.
 void setOleLoanStatus(OleLoanStatus oleLoanStatus)
          Sets the oleLoanStatus attribute value.
 void setOleLoanTermUnit(OleLoanTermUnit oleLoanTermUnit)
          Sets the oleLoanTermUnit attribute value.
 void setOleLocation(OleLocation oleLocation)
          Sets the oleLocation attribute value.
 void setOlePatron(OlePatronDocument olePatron)
          Sets the olePatron attribute value.
 void setOleRequestId(String oleRequestId)
           
 void setOleRequestPatron(OlePatronDocument oleRequestPatron)
           
 void setOperatorsCirculationLocation(String operatorsCirculationLocation)
           
 void setOverDueNoticeDate(Date overDueNoticeDate)
           
 void setPastDueDate(Date pastDueDate)
           
 void setPatronBarcode(String patronBarcode)
          Sets the patronBarcode attribute value.
 void setPatronId(String patronId)
          Sets the patronId attribute value.
 void setPatronName(String patronName)
          Sets the patronName attribute value.
 void setPatronNoteTypeId(String patronNoteTypeId)
           
 void setPatronUserNotes(String patronUserNotes)
           
 void setPhoneNumber(String phoneNumber)
           
 void setPreferredAddress(String preferredAddress)
           
 void setProxyPatronId(String proxyPatronId)
           
 void setRealPatron(List<OlePatronDocument> realPatron)
           
 void setRealPatronBarcode(String realPatronBarcode)
           
 void setRealPatronName(String realPatronName)
           
 void setRealPatronType(String realPatronType)
           
 void setRenewalItemFlag(boolean renewalItemFlag)
           
 void setRenewalLoanDueDate(Timestamp renewalLoanDueDate)
           
 void setRenewCheckNo(boolean renewCheckNo)
           
 void setRepaymentFeePatronBillId(String repaymentFeePatronBillId)
           
 void setReplacementBill(BigDecimal replacementBill)
           
 void setRequestPatron(boolean requestPatron)
           
 void setTitle(String title)
          Sets the title attribute value.
 void setValidateProxyPatron(boolean validateProxyPatron)
           
 void setValidPatron(boolean validPatron)
          Sets the isValidPatron attribute value.
 
Methods inherited from class org.kuali.rice.krad.bo.PersistableBusinessObjectBase
afterDelete, afterInsert, afterLookup, afterUpdate, beforeDelete, beforeInsert, beforeUpdate, buildListOfDeletionAwareLists, getExtension, getObjectId, getPersistenceService, getPersistenceStructureService, getVersionNumber, isNewCollectionRecord, linkEditableUserFields, postLoad, postPersist, postRemove, postUpdate, prePersist, preRemove, preUpdate, refresh, refreshNonUpdateableReferences, refreshReferenceObject, setExtension, setNewCollectionRecord, setObjectId, setVersionNumber
 
Methods inherited from class org.kuali.rice.krad.bo.BusinessObjectBase
toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.kuali.rice.core.api.mo.ModelObjectBasic
toString
 

Constructor Detail

OleLoanDocument

public OleLoanDocument()
Method Detail

getBibUuid

public String getBibUuid()

setBibUuid

public void setBibUuid(String bibUuid)

getOperatorsCirculationLocation

public String getOperatorsCirculationLocation()

setOperatorsCirculationLocation

public void setOperatorsCirculationLocation(String operatorsCirculationLocation)

getCirculationPolicySetId

public String getCirculationPolicySetId()

setCirculationPolicySetId

public void setCirculationPolicySetId(String circulationPolicySetId)

isNoticeForClaimsReturned

public boolean isNoticeForClaimsReturned()

setNoticeForClaimsReturned

public void setNoticeForClaimsReturned(boolean noticeForClaimsReturned)

isInDefinite

public boolean isInDefinite()

setInDefinite

public void setInDefinite(boolean inDefinite)

getDueDateType

public String getDueDateType()

setDueDateType

public void setDueDateType(String dueDateType)

isRenewCheckNo

public boolean isRenewCheckNo()

setRenewCheckNo

public void setRenewCheckNo(boolean renewCheckNo)

getRenewalLoanDueDate

public Timestamp getRenewalLoanDueDate()

setRenewalLoanDueDate

public void setRenewalLoanDueDate(Timestamp renewalLoanDueDate)

isAddressVerified

public boolean isAddressVerified()

setAddressVerified

public void setAddressVerified(boolean addressVerified)

isRequestPatron

public boolean isRequestPatron()

setRequestPatron

public void setRequestPatron(boolean requestPatron)

getReplacementBill

public BigDecimal getReplacementBill()

setReplacementBill

public void setReplacementBill(BigDecimal replacementBill)

getItemPrice

public BigDecimal getItemPrice()

setItemPrice

public void setItemPrice(BigDecimal itemPrice)

getItemCopyNumber

public String getItemCopyNumber()

setItemCopyNumber

public void setItemCopyNumber(String itemCopyNumber)

isCopyRequest

public boolean isCopyRequest()

setCopyRequest

public void setCopyRequest(boolean copyRequest)

isValidateProxyPatron

public boolean isValidateProxyPatron()

setValidateProxyPatron

public void setValidateProxyPatron(boolean validateProxyPatron)

getItemNumberOfPieces

public Integer getItemNumberOfPieces()

setItemNumberOfPieces

public void setItemNumberOfPieces(Integer itemNumberOfPieces)

getOleDeliverRequestBo

public OleDeliverRequestBo getOleDeliverRequestBo()

setOleDeliverRequestBo

public void setOleDeliverRequestBo(OleDeliverRequestBo oleDeliverRequestBo)

getOleRequestPatron

public OlePatronDocument getOleRequestPatron()

setOleRequestPatron

public void setOleRequestPatron(OlePatronDocument oleRequestPatron)

getRealPatronName

public String getRealPatronName()

setRealPatronName

public void setRealPatronName(String realPatronName)

isBlockLoan

public boolean isBlockLoan()

setBlockLoan

public void setBlockLoan(boolean blockLoan)

isDamagedCheckInOption

public boolean isDamagedCheckInOption()

setDamagedCheckInOption

public void setDamagedCheckInOption(boolean damagedCheckInOption)

getBillName

public String getBillName()

setBillName

public void setBillName(String billName)

isContinueCheckIn

public boolean isContinueCheckIn()

setContinueCheckIn

public void setContinueCheckIn(boolean continueCheckIn)

getOleCirculationDesk

public OleCirculationDesk getOleCirculationDesk()

setOleCirculationDesk

public void setOleCirculationDesk(OleCirculationDesk oleCirculationDesk)

getDescription

public String getDescription()

setDescription

public void setDescription(String description)

getMatchCheck

public String getMatchCheck()

setMatchCheck

public void setMatchCheck(String matchCheck)

isNumberOfPieces

public boolean isNumberOfPieces()

setNumberOfPieces

public void setNumberOfPieces(boolean numberOfPieces)

getFineRate

public BigDecimal getFineRate()

setFineRate

public void setFineRate(BigDecimal fineRate)

isCheckOut

public boolean isCheckOut()

setCheckOut

public void setCheckOut(boolean checkOut)

getRealPatronType

public String getRealPatronType()

setRealPatronType

public void setRealPatronType(String realPatronType)

getRealPatronBarcode

public String getRealPatronBarcode()

setRealPatronBarcode

public void setRealPatronBarcode(String realPatronBarcode)

getRealPatron

public List<OlePatronDocument> getRealPatron()

setRealPatron

public void setRealPatron(List<OlePatronDocument> realPatron)

getPatronNoteTypeId

public String getPatronNoteTypeId()

setPatronNoteTypeId

public void setPatronNoteTypeId(String patronNoteTypeId)

getPatronUserNotes

public String getPatronUserNotes()

setPatronUserNotes

public void setPatronUserNotes(String patronUserNotes)

getCheckInDate

public Timestamp getCheckInDate()

setCheckInDate

public void setCheckInDate(Timestamp checkInDate)

isRenewalItemFlag

public boolean isRenewalItemFlag()

setRenewalItemFlag

public void setRenewalItemFlag(boolean renewalItemFlag)

getItemStatus

public String getItemStatus()

setItemStatus

public void setItemStatus(String itemStatus)

getLocation

public String getLocation()

setLocation

public void setLocation(String location)

getAuthor

public String getAuthor()

setAuthor

public void setAuthor(String author)

getPreferredAddress

public String getPreferredAddress()

setPreferredAddress

public void setPreferredAddress(String preferredAddress)

getEmail

public String getEmail()

setEmail

public void setEmail(String email)

getPhoneNumber

public String getPhoneNumber()

setPhoneNumber

public void setPhoneNumber(String phoneNumber)

getClaimsReturnNote

public String getClaimsReturnNote()

setClaimsReturnNote

public void setClaimsReturnNote(String claimsReturnNote)

getProxyPatronId

public String getProxyPatronId()

setProxyPatronId

public void setProxyPatronId(String proxyPatronId)

getCirculationLocationId

public String getCirculationLocationId()

setCirculationLocationId

public void setCirculationLocationId(String circulationLocationId)

getMachineId

public String getMachineId()

setMachineId

public void setMachineId(String machineId)

getNumberOfRenewals

public String getNumberOfRenewals()

setNumberOfRenewals

public void setNumberOfRenewals(String numberOfRenewals)

getNumberOfOverdueNoticesSent

public String getNumberOfOverdueNoticesSent()

setNumberOfOverdueNoticesSent

public void setNumberOfOverdueNoticesSent(String numberOfOverdueNoticesSent)

getOleRequestId

public String getOleRequestId()

setOleRequestId

public void setOleRequestId(String oleRequestId)

getRepaymentFeePatronBillId

public String getRepaymentFeePatronBillId()

setRepaymentFeePatronBillId

public void setRepaymentFeePatronBillId(String repaymentFeePatronBillId)

isClaimsReturnedIndicator

public boolean isClaimsReturnedIndicator()

setClaimsReturnedIndicator

public void setClaimsReturnedIndicator(boolean claimsReturnedIndicator)

getCreateDate

public Date getCreateDate()

setCreateDate

public void setCreateDate(Date createDate)

getPastDueDate

public Date getPastDueDate()

setPastDueDate

public void setPastDueDate(Date pastDueDate)

getOverDueNoticeDate

public Date getOverDueNoticeDate()

setOverDueNoticeDate

public void setOverDueNoticeDate(Date overDueNoticeDate)

getCirculationPolicyId

public String getCirculationPolicyId()

setCirculationPolicyId

public void setCirculationPolicyId(String circulationPolicyId)

getNoOfOverdueNoticesSentForBorrower

public String getNoOfOverdueNoticesSentForBorrower()

setNoOfOverdueNoticesSentForBorrower

public void setNoOfOverdueNoticesSentForBorrower(String noOfOverdueNoticesSentForBorrower)

isCheckNo

public boolean isCheckNo()

setCheckNo

public void setCheckNo(boolean checkNo)

getItemCallNumber

public String getItemCallNumber()
Gets the ItemCallNumber attribute.

Returns:
returns the String.

setItemCallNumber

public void setItemCallNumber(String itemCallNumber)
Sets the itemCallNumber attribute value.

Parameters:
itemCallNumber -

getInstanceUuid

public String getInstanceUuid()
Gets the instanceUuid attribute.

Returns:
Returns the instanceUuid

setInstanceUuid

public void setInstanceUuid(String instanceUuid)
Sets the instanceUuid attribute value.

Parameters:
instanceUuid - The instanceUuid to set.

getOleInstanceItemType

public OleInstanceItemType getOleInstanceItemType()
Gets the oleInstanceItemType attribute.

Returns:
Returns the oleInstanceItemType

setOleInstanceItemType

public void setOleInstanceItemType(OleInstanceItemType oleInstanceItemType)
Sets the oleInstanceItemType attribute value.

Parameters:
oleInstanceItemType - The oleInstanceItemType to set.

isDueDateEmpty

public boolean isDueDateEmpty()
Gets the dueDateEmpty attribute.

Returns:
Returns the dueDateEmpty

setDueDateEmpty

public void setDueDateEmpty(boolean dueDateEmpty)
Sets the dueDateEmpty attribute value.

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

getItemTypeName

public String getItemTypeName()
Gets the itemTypeName attribute.

Returns:
Returns the itemTypeName

setItemTypeName

public void setItemTypeName(String itemTypeName)
Sets the itemTypeName attribute value.

Parameters:
itemTypeName - The itemTypeName to set.

getPatronBarcode

public String getPatronBarcode()
Gets the patronBarcode attribute.

Returns:
Returns the patronBarcode

setPatronBarcode

public void setPatronBarcode(String patronBarcode)
Sets the patronBarcode attribute value.

Parameters:
patronBarcode - The patronBarcode to set.

getItemUuid

public String getItemUuid()
Gets the itemUuid attribute.

Returns:
Returns the itemUuid

setItemUuid

public void setItemUuid(String itemUuid)
Sets the itemUuid attribute value.

Parameters:
itemUuid - The itemUuid to set.

getPatronName

public String getPatronName()
Gets the patronName attribute.

Returns:
Returns the patronName

setPatronName

public void setPatronName(String patronName)
Sets the patronName attribute value.

Parameters:
patronName - The patronName to set.

isValidPatron

public boolean isValidPatron()
Gets the isValidPatron attribute.

Returns:
Returns the isValidPatron

setValidPatron

public void setValidPatron(boolean validPatron)
Sets the isValidPatron attribute value.

Parameters:
validPatron - The isValidPatron to set.

getBorrowerTypeName

public String getBorrowerTypeName()
Gets the borrowerTypeName attribute.

Returns:
Returns the borrowerTypeName

setBorrowerTypeName

public void setBorrowerTypeName(String borrowerTypeName)
Sets the borrowerTypeName attribute value.

Parameters:
borrowerTypeName - The borrowerTypeName to set.

getErrorMessage

public String getErrorMessage()
Gets the errorMessage attribute.

Returns:
Returns the errorMessage

setErrorMessage

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

Parameters:
errorMessage - The errorMessage to set.

getOleLocation

public OleLocation getOleLocation()
Gets the oleLocation attribute.

Returns:
Returns the oleLocation

setOleLocation

public void setOleLocation(OleLocation oleLocation)
Sets the oleLocation attribute value.

Parameters:
oleLocation - The oleLocation to set.

getTitle

public String getTitle()
Gets the title attribute.

Returns:
Returns the title

setTitle

public void setTitle(String title)
Sets the title attribute value.

Parameters:
title - The title to set.

getEntity

public org.kuali.rice.kim.impl.identity.entity.EntityBo getEntity()
Gets the entity attribute.

Returns:
Returns the entity

setEntity

public void setEntity(org.kuali.rice.kim.impl.identity.entity.EntityBo entity)
Sets the entity attribute value.

Parameters:
entity - The entity to set.

getOleBorrowerType

public OleBorrowerType getOleBorrowerType()
Gets the oleBorrowerType attribute.

Returns:
Returns the oleBorrowerType

setOleBorrowerType

public void setOleBorrowerType(OleBorrowerType oleBorrowerType)
Sets the oleBorrowerType attribute value.

Parameters:
oleBorrowerType - The oleBorrowerType to set.

getOlePatron

public OlePatronDocument getOlePatron()
Gets the olePatron attribute.

Returns:
Returns the olePatron

setOlePatron

public void setOlePatron(OlePatronDocument olePatron)
Sets the olePatron attribute value.

Parameters:
olePatron - The olePatron to set.

getOleLoanStatus

public OleLoanStatus getOleLoanStatus()
Gets the oleLoanStatus attribute.

Returns:
Returns the oleLoanStatus

setOleLoanStatus

public void setOleLoanStatus(OleLoanStatus oleLoanStatus)
Sets the oleLoanStatus attribute value.

Parameters:
oleLoanStatus - The oleLoanStatus to set.

getOleLoanTermUnit

public OleLoanTermUnit getOleLoanTermUnit()
Gets the oleLoanTermUnit attribute.

Returns:
Returns the oleLoanTermUnit

setOleLoanTermUnit

public void setOleLoanTermUnit(OleLoanTermUnit oleLoanTermUnit)
Sets the oleLoanTermUnit attribute value.

Parameters:
oleLoanTermUnit - The oleLoanTermUnit to set.

getLoanId

public String getLoanId()
Gets the loanId attribute.

Returns:
Returns the loanId

setLoanId

public void setLoanId(String loanId)
Sets the loanId attribute value.

Parameters:
loanId - The loanId to set.

getLoanStatusId

public String getLoanStatusId()
Gets the loanStatusId attribute.

Returns:
Returns the loanStatusId

setLoanStatusId

public void setLoanStatusId(String loanStatusId)
Sets the loanStatusId attribute value.

Parameters:
loanStatusId - The loanStatusId to set.

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.

getItemId

public String getItemId()
Gets the itemId attribute.

Returns:
Returns the itemId

setItemId

public void setItemId(String itemId)
Sets the itemId attribute value.

Parameters:
itemId - The itemId to set.

getLoanPeriodDate

public Date getLoanPeriodDate()
Gets the loanPeriodDate attribute.

Returns:
Returns the loanPeriodDate

setLoanPeriodDate

public void setLoanPeriodDate(Date loanPeriodDate)
Sets the loanPeriodDate attribute value.

Parameters:
loanPeriodDate - The loanPeriodDate to set.

getLoanPeriod

public Integer getLoanPeriod()
Gets the loanPeriod attribute.

Returns:
Returns the loanPeriod

setLoanPeriod

public void setLoanPeriod(Integer loanPeriod)
Sets the loanPeriod attribute value.

Parameters:
loanPeriod - The loanPeriod to set.

getLoanTermUnitId

public String getLoanTermUnitId()
Gets the loanTermUnitId attribute.

Returns:
Returns the loanTermUnitId

setLoanTermUnitId

public void setLoanTermUnitId(String loanTermUnitId)
Sets the loanTermUnitId attribute value.

Parameters:
loanTermUnitId - The loanTermUnitId to set.

getLoanDueDate

public Timestamp getLoanDueDate()
Gets the loanDueDate attribute.

Returns:
Returns the loanDueDate

setLoanDueDate

public void setLoanDueDate(Timestamp loanDueDate)
Sets the loanDueDate attribute value.

Parameters:
loanDueDate - The loanDueDate to set.

getLoanOperatorId

public String getLoanOperatorId()
Gets the loanOperatorId attribute.

Returns:
Returns the loanOperatorId

setLoanOperatorId

public void setLoanOperatorId(String loanOperatorId)
Sets the loanOperatorId attribute value.

Parameters:
loanOperatorId - The loanOperatorId to set.

getLoanApproverId

public String getLoanApproverId()
Gets the loanApproverId attribute.

Returns:
Returns the loanApproverId

setLoanApproverId

public void setLoanApproverId(String loanApproverId)
Sets the loanApproverId attribute value.

Parameters:
loanApproverId - The loanApproverId to set.

getBorrowerTypeId

public String getBorrowerTypeId()
Gets the borrowerTypeId attribute.

Returns:
Returns the borrowerTypeId

setBorrowerTypeId

public void setBorrowerTypeId(String borrowerTypeId)
Sets the borrowerTypeId attribute value.

Parameters:
borrowerTypeId - The borrowerTypeId to set.

getItemInstitution

public String getItemInstitution()
Gets the itemInstitution attribute.

Returns:
Returns the itemInstitution

setItemInstitution

public void setItemInstitution(String itemInstitution)
Sets the itemInstitution attribute value.

Parameters:
itemInstitution - The itemInstitution to set.

getItemCampus

public String getItemCampus()
Gets the itemCampus attribute.

Returns:
Returns the itemCampus

setItemCampus

public void setItemCampus(String itemCampus)
Sets the itemCampus attribute value.

Parameters:
itemCampus - The itemCampus to set.

getItemLibrary

public String getItemLibrary()
Gets the itemLibrary attribute.

Returns:
Returns the itemLibrary

setItemLibrary

public void setItemLibrary(String itemLibrary)
Sets the itemLibrary attribute value.

Parameters:
itemLibrary - The itemLibrary to set.

getItemCollection

public String getItemCollection()
Gets the itemCollection attribute.

Returns:
Returns the itemCollection

setItemCollection

public void setItemCollection(String itemCollection)
Sets the itemCollection attribute value.

Parameters:
itemCollection - The itemCollection to set.

getItemLocation

public String getItemLocation()
Gets the itemLocation attribute.

Returns:
Returns the itemLocation

setItemLocation

public void setItemLocation(String itemLocation)
Sets the itemLocation attribute value.

Parameters:
itemLocation - The itemLocation to set.

getItemType

public String getItemType()
Gets the itemType attribute.

Returns:
Returns the itemType

setItemType

public void setItemType(String itemType)
Sets the itemType attribute value.

Parameters:
itemType - The itemType to set.

getItemLoanStatus

public String getItemLoanStatus()
Gets the itemLoanStatus attribute.

Returns:
Returns the itemLoanStatus

setItemLoanStatus

public void setItemLoanStatus(String itemLoanStatus)
Sets the itemLoanStatus attribute value.

Parameters:
itemLoanStatus - The itemLoanStatus to set.

getOleItem

public Item getOleItem()
Gets the oleItem attribute.

Returns:
Returns the oleItem

setOleItem

public void setOleItem(Item oleItem)
Sets the oleItem attribute value.

Parameters:
oleItem - The oleItem to set.

getItemVolumeNumber

public String getItemVolumeNumber()
Gets the itemVolumeNumber attribute.

Returns:
Returns the itemVolumeNumber

setItemVolumeNumber

public void setItemVolumeNumber(String itemVolumeNumber)
Sets the itemVolumeNumber attribute value.

Parameters:
itemVolumeNumber - The oleItem to set.


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