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 |
getDescription() |
String |
getId() |
Date |
getInvalidOrLostBarcodeEffDate() |
String |
getInvalidOrLostBarcodeNumber() |
OlePatronDocument |
getOlePatronDocument() |
String |
getOlePatronId() |
String |
getOlePatronLostBarcodeId() |
String |
getStatus() |
boolean |
isActive() |
boolean |
isRevertBarcode() |
void |
setActive(boolean active) |
void |
setDescription(String description) |
void |
setInvalidOrLostBarcodeEffDate(Date invalidOrLostBarcodeEffDate) |
void |
setInvalidOrLostBarcodeNumber(String invalidOrLostBarcodeNumber) |
void |
setOlePatronDocument(OlePatronDocument olePatronDocument) |
void |
setOlePatronId(String olePatronId) |
void |
setOlePatronLostBarcodeId(String olePatronLostBarcodeId) |
void |
setRevertBarcode(boolean revertBarcode) |
void |
setStatus(String status) |
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, setVersionNumber
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getObjectId
public OlePatronLostBarcode()
public String getOlePatronLostBarcodeId()
getOlePatronLostBarcodeId
in interface OlePatronLostBarcodeContract
public void setOlePatronLostBarcodeId(String olePatronLostBarcodeId)
public String getOlePatronId()
getOlePatronId
in interface OlePatronLostBarcodeContract
public void setOlePatronId(String olePatronId)
public Date getInvalidOrLostBarcodeEffDate()
getInvalidOrLostBarcodeEffDate
in interface OlePatronLostBarcodeContract
public void setInvalidOrLostBarcodeEffDate(Date invalidOrLostBarcodeEffDate)
public String getInvalidOrLostBarcodeNumber()
getInvalidOrLostBarcodeNumber
in interface OlePatronLostBarcodeContract
public 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)
public String getId()
getId
in interface org.kuali.rice.core.api.mo.common.Identifiable
public String getDescription()
public void setDescription(String description)
public boolean isActive()
public void setActive(boolean active)
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.