org.kuali.ole.patron.bo
Class OlePatronNotes

java.lang.Object
  extended by org.kuali.rice.krad.bo.BusinessObjectBase
      extended by org.kuali.rice.krad.bo.PersistableBusinessObjectBase
          extended by org.kuali.ole.patron.bo.OlePatronNotes
All Implemented Interfaces:
Serializable, org.apache.ojb.broker.PersistenceBrokerAware, OlePatronNotesContract, org.kuali.rice.core.api.mo.common.GloballyUnique, org.kuali.rice.core.api.mo.common.Identifiable, org.kuali.rice.core.api.mo.common.Versioned, org.kuali.rice.core.api.mo.ModelObjectBasic, org.kuali.rice.krad.bo.BusinessObject, org.kuali.rice.krad.bo.PersistableBusinessObject

public class OlePatronNotes
extends org.kuali.rice.krad.bo.PersistableBusinessObjectBase
implements OlePatronNotesContract

OlePatronNotes provides OlePatronNotes information through getter and setter.

See Also:
Serialized Form

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

OlePatronNotes

public OlePatronNotes()
Method Detail

getPatronNoteId

public String getPatronNoteId()
Gets the value of patronNoteId property

Specified by:
getPatronNoteId in interface OlePatronNotesContract
Returns:
patronNoteId

setPatronNoteId

public void setPatronNoteId(String patronNoteId)
Sets the value for patronNoteId property

Parameters:
patronNoteId -

getOlePatronId

public String getOlePatronId()
Gets the value of olePatronId property

Specified by:
getOlePatronId in interface OlePatronNotesContract
Returns:
olePatronId

setOlePatronId

public void setOlePatronId(String olePatronId)
Sets the value for olePatronId property

Parameters:
olePatronId -

getPatronNoteTypeId

public String getPatronNoteTypeId()
Gets the value of patronNoteTypeId property

Returns:
patronNoteTypeId

setPatronNoteTypeId

public void setPatronNoteTypeId(String patronNoteTypeId)
Sets the value for patronNoteTypeId property

Parameters:
patronNoteTypeId -

getPatronNoteText

public String getPatronNoteText()
Gets the value of patronNoteText property

Specified by:
getPatronNoteText in interface OlePatronNotesContract
Returns:
patronNoteText

setPatronNoteText

public void setPatronNoteText(String patronNoteText)
Sets the value for patronNoteText property

Parameters:
patronNoteText -

isActive

public boolean isActive()
Gets the boolean value of active property

Specified by:
isActive in interface OlePatronNotesContract
Returns:
active

setActive

public void setActive(boolean active)
Sets the boolean value for active property

Parameters:
active -

getOlePatronNoteType

public OlePatronNoteType getOlePatronNoteType()
Gets the value of olePatronNoteType which is of type OlePatronNoteType

Specified by:
getOlePatronNoteType in interface OlePatronNotesContract
Returns:
olePatronNoteType(OlePatronNoteType)

setOlePatronNoteType

public void setOlePatronNoteType(OlePatronNoteType olePatronNoteType)
Sets the value for olePatronNoteType which is of type OlePatronNoteType

Parameters:
olePatronNoteType(OlePatronNoteType) -

getOlePatron

public OlePatronDocument getOlePatron()
Gets the value of olePatron which is of type OlePatronDocument

Returns:
olePatron(OlePatronDocument)

setOlePatron

public void setOlePatron(OlePatronDocument olePatron)
Sets the value for olePatron which is of type OlePatronDocument

Parameters:
olePatron(OlePatronDocument) -

toStringMapper

protected LinkedHashMap toStringMapper()

to

public static OlePatronNotesDefinition to(OlePatronNotes bo)
This method converts the PersistableBusinessObjectBase OlePatronNotes into immutable object OlePatronNotesDefinition

Parameters:
bo -
Returns:
OlePatronNotesDefinition

from

public static OlePatronNotes from(OlePatronNotesDefinition im)
This method converts the immutable object OlePatronNotesDefinition into PersistableBusinessObjectBase OlePatronNotes

Parameters:
im -
Returns:
bo

getId

public String getId()
Gets the value of patronNoteId property

Specified by:
getId in interface org.kuali.rice.core.api.mo.common.Identifiable
Returns:
patronNoteId


Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.