|
||||||||||
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.bo.OlePatronNotes
public class OlePatronNotes
OlePatronNotes provides OlePatronNotes information through getter and setter.
Field Summary |
---|
Fields inherited from class org.kuali.rice.krad.bo.PersistableBusinessObjectBase |
---|
extension, versionNumber |
Constructor Summary | |
---|---|
OlePatronNotes()
|
Method Summary | |
---|---|
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()
|
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.ole.patron.api.OlePatronNotesContract |
---|
getObjectId |
Methods inherited from interface org.kuali.rice.core.api.mo.common.Versioned |
---|
getVersionNumber |
Methods inherited from interface org.kuali.rice.core.api.mo.ModelObjectBasic |
---|
toString |
Constructor Detail |
---|
public OlePatronNotes()
Method Detail |
---|
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
-
public String getId()
getId
in interface org.kuali.rice.core.api.mo.common.Identifiable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |