public class OlePatronMergeDocument extends org.kuali.rice.krad.bo.PersistableBusinessObjectBase
| Constructor and Description |
|---|
OlePatronMergeDocument() |
OlePatronMergeDocument(OlePatronDocument olePatronDocument) |
| Modifier and Type | Method and Description |
|---|---|
String |
getBarcode()
Gets the value of barcode property
|
String |
getFirstName()
Gets the value of firstName property
|
String |
getLastName()
Gets the value of lastName property
|
OlePatronDocument |
getOlePatronDocument()
Gets the value of olePatronDocument property
|
String |
getPatronType()
Gets the value of patronType property
|
boolean |
isCheckDuplicatePatron()
Gets the value of checkDuplicatePatron property
|
boolean |
isCheckSurvivor()
Gets the value of checkSurvivor property
|
void |
setBarcode(String barcode)
Sets the value for documents property
|
void |
setCheckDuplicatePatron(boolean checkDuplicatePatron)
Sets the value for documents property
|
void |
setCheckSurvivor(boolean checkSurvivor) |
void |
setFirstName(String firstName)
Sets the value for documents property
|
void |
setLastName(String lastName)
Sets the value for documents property
|
void |
setOlePatronDocument(OlePatronDocument olePatronDocument)
Sets the value for documents property
|
void |
setPatronType(String patronType)
Sets the value for documents 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, setVersionNumberpublic OlePatronMergeDocument(OlePatronDocument olePatronDocument)
public OlePatronMergeDocument()
public boolean isCheckSurvivor()
public void setCheckSurvivor(boolean checkSurvivor)
public boolean isCheckDuplicatePatron()
public void setCheckDuplicatePatron(boolean checkDuplicatePatron)
checkDuplicatePatron - public String getBarcode()
public void setBarcode(String barcode)
barcode - public String getFirstName()
public void setFirstName(String firstName)
firstName - public String getLastName()
public void setLastName(String lastName)
lastName - public String getPatronType()
public void setPatronType(String patronType)
patronType - public OlePatronDocument getOlePatronDocument()
public void setOlePatronDocument(OlePatronDocument olePatronDocument)
olePatronDocument - Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.