org.kuali.ole.patron.bo
Class OlePatronBo

java.lang.Object
  extended by org.kuali.rice.krad.bo.BusinessObjectBase
      extended by org.kuali.rice.krad.bo.PersistableBusinessObjectBase
          extended by org.kuali.ole.patron.bo.OlePatronBo
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 OlePatronBo
extends org.kuali.rice.krad.bo.PersistableBusinessObjectBase

OlePatronBo provides OlePatronBo information through getter and setter.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.kuali.rice.krad.bo.PersistableBusinessObjectBase
extension, versionNumber
 
Constructor Summary
OlePatronBo()
           
 
Method Summary
 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
 
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

OlePatronBo

public OlePatronBo()
Method Detail

getOlePatronId

public Integer getOlePatronId()
Gets the value of olePatronId property

Returns:
olePatronId

setOlePatronId

public void setOlePatronId(Integer OlePatronImplId)
Sets the value for olePatronId property

Parameters:
OlePatronImplId -

getEntityId

public String getEntityId()
Gets the value of entityId property

Returns:
entityId

setEntityId

public void setEntityId(String entityId)
Sets the value for entityId property

Parameters:
entityId -

getBarcode

public String getBarcode()
Gets the value of barcode property

Returns:
barcode

setBarcode

public void setBarcode(String barcode)
Sets the value for barcode property

Parameters:
barcode -

getBorrowerType

public String getBorrowerType()
Gets the value of borrowerType property

Returns:
borrowerType

setBorrowerType

public void setBorrowerType(String borrowerType)
Sets the value for borrowerType property

Parameters:
borrowerType -

getActiveIndicator

public String getActiveIndicator()
Gets the value of activeIndicator property

Returns:
activeIndicator

setActiveIndicator

public void setActiveIndicator(String activeIndicator)
Sets the value for activeIndicator property

Parameters:
activeIndicator -

getGeneralBlock

public String getGeneralBlock()
Gets the value of generalBlock property

Returns:
generalBlock

setGeneralBlock

public void setGeneralBlock(String generalBlock)
Sets the value for generalBlock property

Parameters:
generalBlock -

getPagingPrivilege

public String getPagingPrivilege()
Gets the value of pagingPrivilege property

Returns:
pagingPrivilege

setPagingPrivilege

public void setPagingPrivilege(String pagingPrivilege)
Sets the value for pagingPrivilege property

Parameters:
pagingPrivilege -

getCourtesyNotice

public String getCourtesyNotice()
Gets the value of courtesyNotice property

Returns:
courtesyNotice

setCourtesyNotice

public void setCourtesyNotice(String courtesyNotice)
Sets the value for courtesyNotice property

Parameters:
courtesyNotice -

getDeliveryPrivilege

public String getDeliveryPrivilege()
Gets the value of deliveryPrivilege property

Returns:
deliveryPrivilege

setDeliveryPrivilege

public void setDeliveryPrivilege(String deliveryPrivilege)
Sets the value for deliveryPrivilege property

Parameters:
deliveryPrivilege -

getExpirationDate

public Date getExpirationDate()
Gets the value of expirationDate of type Date

Returns:
expirationDate(Date)

setExpirationDate

public void setExpirationDate(Date expirationDate)
Sets the value for expirationDate of type Date

Parameters:
expirationDate(Date) -

getEmailAddress

public String getEmailAddress()
Gets the value of emailAddress property

Returns:
emailAddress

setEmailAddress

public void setEmailAddress(String emailAddress)
Sets the value for emailAddress property

Parameters:
emailAddress -

getFirstName

public String getFirstName()
Gets the value of firstName property

Returns:
firstName

setFirstName

public void setFirstName(String firstName)
Sets the value for firstName property

Parameters:
firstName -

getLastName

public String getLastName()
Gets the value of lastName property

Returns:
lastName

setLastName

public void setLastName(String lastName)
Sets the value for lastName property

Parameters:
lastName -

getPhoneNumber

public String getPhoneNumber()
Gets the value of phoneNumber property

Returns:
phoneNumber

setPhoneNumber

public void setPhoneNumber(String phoneNumber)
Sets the value for phoneNumber property

Parameters:
phoneNumber -


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