public class OLERequestorPatronDocument extends org.kuali.rice.krad.bo.PersistableBusinessObjectBase implements org.kuali.rice.core.api.mo.common.active.MutableInactivatable
| Constructor and Description | 
|---|
OLERequestorPatronDocument()  | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
getBarcode()
Gets the barcode attribute. 
 | 
String | 
getBorrowerType()
Gets the borrowerType attribute. 
 | 
String | 
getFirstName()
Gets the firstName attribute. 
 | 
String | 
getLastName()
Gets the lastName attribute. 
 | 
String | 
getName()  | 
OleBorrowerType | 
getOleBorrowerType()  | 
String | 
getOlePatronId()
Gets the olePatronId attribute. 
 | 
String | 
getRequestorPatronId()  | 
boolean | 
isActive()  | 
boolean | 
isActiveIndicator()
Gets the activeIndicator attribute. 
 | 
void | 
setActive(boolean active)  | 
void | 
setActiveIndicator(boolean activeIndicator)
Sets the activeIndicator attribute value. 
 | 
void | 
setBarcode(String barcode)
Sets the barcode attribute value. 
 | 
void | 
setBorrowerType(String borrowerType)
Sets the borrowerType attribute value. 
 | 
void | 
setFirstName(String firstName)
Sets the firstName attribute value. 
 | 
void | 
setLastName(String lastName)
Sets the lastName attribute value. 
 | 
void | 
setName(String name)  | 
void | 
setOleBorrowerType(OleBorrowerType oleBorrowerType)  | 
void | 
setOlePatronId(String olePatronId)
Sets the olePatronId attribute value. 
 | 
void | 
setRequestorPatronId(String requestorPatronId)  | 
protected LinkedHashMap | 
toStringMapper_RICE20_REFACTORME()  | 
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, setVersionNumberpublic OLERequestorPatronDocument()
public String getOlePatronId()
public void setOlePatronId(String olePatronId)
olePatronId - The olePatronId to set.public String getBarcode()
public void setBarcode(String barcode)
barcode - The barcode to set.public String getFirstName()
public void setFirstName(String firstName)
firstName - The firstName to set.public String getLastName()
public void setLastName(String lastName)
lastName - The lastName to set.public String getBorrowerType()
public void setBorrowerType(String borrowerType)
borrowerType - The borrowerType to set.public boolean isActiveIndicator()
public void setActiveIndicator(boolean activeIndicator)
activeIndicator - The activeIndicator to set.protected LinkedHashMap toStringMapper_RICE20_REFACTORME()
public boolean isActive()
isActive in interface org.kuali.rice.core.api.mo.common.active.Inactivatablepublic void setActive(boolean active)
setActive in interface org.kuali.rice.core.api.mo.common.active.MutableInactivatablepublic OleBorrowerType getOleBorrowerType()
public void setOleBorrowerType(OleBorrowerType oleBorrowerType)
public String getRequestorPatronId()
public void setRequestorPatronId(String requestorPatronId)
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.