|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.kuali.rice.krad.bo.BusinessObjectBase org.kuali.rice.krad.bo.PersistableBusinessObjectBase org.kuali.ole.patron.merge.bo.OlePatronMergeDocument
public class OlePatronMergeDocument
Created with IntelliJ IDEA. User: ? Date: 10/11/12 Time: 12:30 PM To change this template use File | Settings | File Templates.
Field Summary |
---|
Fields inherited from class org.kuali.rice.krad.bo.PersistableBusinessObjectBase |
---|
extension, versionNumber |
Constructor Summary | |
---|---|
OlePatronMergeDocument()
|
|
OlePatronMergeDocument(OlePatronDocument olePatronDocument)
|
Method Summary | |
---|---|
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 |
isCheckDyingPatron()
Gets the value of checkDyingPatron property |
boolean |
isCheckSurvivor()
Gets the value of checkSurvivor property |
void |
setBarcode(String barcode)
Sets the value for documents property |
void |
setCheckDyingPatron(boolean checkDyingPatron)
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 |
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 |
---|
public OlePatronMergeDocument(OlePatronDocument olePatronDocument)
public OlePatronMergeDocument()
Method Detail |
---|
public boolean isCheckSurvivor()
public void setCheckSurvivor(boolean checkSurvivor)
public boolean isCheckDyingPatron()
public void setCheckDyingPatron(boolean checkDyingPatron)
checkDyingPatron
- 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
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |