public class OlePatronNotes extends org.kuali.rice.krad.bo.PersistableBusinessObjectBase implements OlePatronNotesContract
Constructor and Description |
---|
OlePatronNotes() |
Modifier and Type | Method and Description |
---|---|
static OlePatronNotes |
from(OlePatronNotesDefinition im)
This method converts the immutable object OlePatronNotesDefinition into PersistableBusinessObjectBase OlePatronNotes
|
String |
getId()
Gets the value of patronNoteId property
|
OlePatronDocument |
getOlePatron()
Gets the value of olePatron which is of type OlePatronDocument
|
String |
getOlePatronId()
Gets the value of olePatronId property
|
OlePatronNoteType |
getOlePatronNoteType()
Gets the value of olePatronNoteType which is of type OlePatronNoteType
|
String |
getPatronNoteId()
Gets the value of patronNoteId property
|
String |
getPatronNoteText()
Gets the value of patronNoteText property
|
String |
getPatronNoteTypeId()
Gets the value of patronNoteTypeId property
|
boolean |
isActive()
Gets the boolean value of active property
|
void |
setActive(boolean active)
Sets the boolean value for active property
|
void |
setOlePatron(OlePatronDocument olePatron)
Sets the value for olePatron which is of type OlePatronDocument
|
void |
setOlePatronId(String olePatronId)
Sets the value for olePatronId property
|
void |
setOlePatronNoteType(OlePatronNoteType olePatronNoteType)
Sets the value for olePatronNoteType which is of type OlePatronNoteType
|
void |
setPatronNoteId(String patronNoteId)
Sets the value for patronNoteId property
|
void |
setPatronNoteText(String patronNoteText)
Sets the value for patronNoteText property
|
void |
setPatronNoteTypeId(String patronNoteTypeId)
Sets the value for patronNoteTypeId property
|
static OlePatronNotesDefinition |
to(OlePatronNotes bo)
This method converts the PersistableBusinessObjectBase OlePatronNotes into immutable object OlePatronNotesDefinition
|
protected LinkedHashMap |
toStringMapper() |
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 OlePatronNotes()
public String getPatronNoteId()
getPatronNoteId
in interface OlePatronNotesContract
public void setPatronNoteId(String patronNoteId)
patronNoteId
- public String getOlePatronId()
getOlePatronId
in interface OlePatronNotesContract
public void setOlePatronId(String olePatronId)
olePatronId
- public String getPatronNoteTypeId()
public void setPatronNoteTypeId(String patronNoteTypeId)
patronNoteTypeId
- public String getPatronNoteText()
getPatronNoteText
in interface OlePatronNotesContract
public void setPatronNoteText(String patronNoteText)
patronNoteText
- public boolean isActive()
isActive
in interface OlePatronNotesContract
public void setActive(boolean active)
active
- public OlePatronNoteType getOlePatronNoteType()
getOlePatronNoteType
in interface OlePatronNotesContract
public void setOlePatronNoteType(OlePatronNoteType olePatronNoteType)
olePatronNoteType(OlePatronNoteType)
- public OlePatronDocument getOlePatron()
public void setOlePatron(OlePatronDocument olePatron)
olePatron(OlePatronDocument)
- protected LinkedHashMap toStringMapper()
public static OlePatronNotesDefinition to(OlePatronNotes bo)
bo
- public static OlePatronNotes from(OlePatronNotesDefinition im)
im
- Copyright © 2004–2015 The Kuali Foundation. All rights reserved.