public class OlePatronBo extends org.kuali.rice.krad.bo.PersistableBusinessObjectBase
Constructor and Description |
---|
OlePatronBo() |
Modifier and Type | Method and Description |
---|---|
String |
getActiveIndicator()
Gets the value of activeIndicator property
|
String |
getBarcode()
Gets the value of barcode property
|
String |
getBorrowerType()
Gets the value of borrowerType property
|
String |
getCourtesyNotice()
Gets the value of courtesyNotice property
|
String |
getDeliveryPrivilege()
Gets the value of deliveryPrivilege property
|
String |
getEmailAddress()
Gets the value of emailAddress property
|
String |
getEntityId()
Gets the value of entityId property
|
Date |
getExpirationDate()
Gets the value of expirationDate of type Date
|
String |
getFirstName()
Gets the value of firstName property
|
String |
getGeneralBlock()
Gets the value of generalBlock property
|
String |
getLastName()
Gets the value of lastName property
|
Integer |
getOlePatronId()
Gets the value of olePatronId property
|
String |
getPagingPrivilege()
Gets the value of pagingPrivilege property
|
String |
getPhoneNumber()
Gets the value of phoneNumber property
|
void |
setActiveIndicator(String activeIndicator)
Sets the value for activeIndicator property
|
void |
setBarcode(String barcode)
Sets the value for barcode property
|
void |
setBorrowerType(String borrowerType)
Sets the value for borrowerType property
|
void |
setCourtesyNotice(String courtesyNotice)
Sets the value for courtesyNotice property
|
void |
setDeliveryPrivilege(String deliveryPrivilege)
Sets the value for deliveryPrivilege property
|
void |
setEmailAddress(String emailAddress)
Sets the value for emailAddress property
|
void |
setEntityId(String entityId)
Sets the value for entityId property
|
void |
setExpirationDate(Date expirationDate)
Sets the value for expirationDate of type Date
|
void |
setFirstName(String firstName)
Sets the value for firstName property
|
void |
setGeneralBlock(String generalBlock)
Sets the value for generalBlock property
|
void |
setLastName(String lastName)
Sets the value for lastName property
|
void |
setOlePatronId(Integer OlePatronImplId)
Sets the value for olePatronId property
|
void |
setPagingPrivilege(String pagingPrivilege)
Sets the value for pagingPrivilege property
|
void |
setPhoneNumber(String phoneNumber)
Sets the value for phoneNumber property
|
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
public OlePatronBo()
public Integer getOlePatronId()
public void setOlePatronId(Integer OlePatronImplId)
OlePatronImplId
- public String getEntityId()
public void setEntityId(String entityId)
entityId
- public String getBarcode()
public void setBarcode(String barcode)
barcode
- public String getBorrowerType()
public void setBorrowerType(String borrowerType)
borrowerType
- public String getActiveIndicator()
public void setActiveIndicator(String activeIndicator)
activeIndicator
- public String getGeneralBlock()
public void setGeneralBlock(String generalBlock)
generalBlock
- public String getPagingPrivilege()
public void setPagingPrivilege(String pagingPrivilege)
pagingPrivilege
- public String getCourtesyNotice()
public void setCourtesyNotice(String courtesyNotice)
courtesyNotice
- public String getDeliveryPrivilege()
public void setDeliveryPrivilege(String deliveryPrivilege)
deliveryPrivilege
- public Date getExpirationDate()
public void setExpirationDate(Date expirationDate)
expirationDate(Date)
- public String getEmailAddress()
public void setEmailAddress(String emailAddress)
emailAddress
- public String getFirstName()
public void setFirstName(String firstName)
firstName
- public String getLastName()
public void setLastName(String lastName)
lastName
- public String getPhoneNumber()
public void setPhoneNumber(String phoneNumber)
phoneNumber
- Copyright © 2004–2014 The Kuali Foundation. All rights reserved.