public class OlePatronLostBarcode extends org.kuali.rice.krad.bo.PersistableBusinessObjectBase implements OlePatronLostBarcodeContract
| Constructor and Description |
|---|
OlePatronLostBarcode() |
| Modifier and Type | Method and Description |
|---|---|
static OlePatronLostBarcode |
from(OlePatronLostBarcodeDefinition im)
This method converts the immutable object OlePatronNotesDefinition into PersistableBusinessObjectBase OlePatronNotes
|
String |
getId() |
Date |
getInvalidOrLostBarcodeEffDate() |
String |
getInvalidOrLostBarcodeNumber() |
OlePatronDocument |
getOlePatronDocument() |
String |
getOlePatronId() |
String |
getOlePatronLostBarcodeId() |
boolean |
isRevertBarcode() |
void |
setInvalidOrLostBarcodeEffDate(Date invalidOrLostBarcodeEffDate) |
void |
setInvalidOrLostBarcodeNumber(String invalidOrLostBarcodeNumber) |
void |
setOlePatronDocument(OlePatronDocument olePatronDocument) |
void |
setOlePatronId(String olePatronId) |
void |
setOlePatronLostBarcodeId(String olePatronLostBarcodeId) |
void |
setRevertBarcode(boolean revertBarcode) |
static OlePatronLostBarcodeDefinition |
to(OlePatronLostBarcode bo)
This method converts the PersistableBusinessObjectBase OlePatronNotes into immutable object OlePatronNotesDefinition
|
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, setVersionNumberclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetObjectIdpublic OlePatronLostBarcode()
public String getOlePatronLostBarcodeId()
getOlePatronLostBarcodeId in interface OlePatronLostBarcodeContractpublic void setOlePatronLostBarcodeId(String olePatronLostBarcodeId)
public String getOlePatronId()
getOlePatronId in interface OlePatronLostBarcodeContractpublic void setOlePatronId(String olePatronId)
public Date getInvalidOrLostBarcodeEffDate()
getInvalidOrLostBarcodeEffDate in interface OlePatronLostBarcodeContractpublic void setInvalidOrLostBarcodeEffDate(Date invalidOrLostBarcodeEffDate)
public String getInvalidOrLostBarcodeNumber()
getInvalidOrLostBarcodeNumber in interface OlePatronLostBarcodeContractpublic void setInvalidOrLostBarcodeNumber(String invalidOrLostBarcodeNumber)
public OlePatronDocument getOlePatronDocument()
public void setOlePatronDocument(OlePatronDocument olePatronDocument)
public static OlePatronLostBarcodeDefinition to(OlePatronLostBarcode bo)
bo - public static OlePatronLostBarcode from(OlePatronLostBarcodeDefinition im)
im - public boolean isRevertBarcode()
public void setRevertBarcode(boolean revertBarcode)
Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.