org.kuali.ole.ingest.pojo
Class OlePatronNote

java.lang.Object
  extended by org.kuali.ole.ingest.pojo.OlePatronNote

public class OlePatronNote
extends Object

OlePatronNote is a business object class for Ole Patron Note Document


Constructor Summary
OlePatronNote()
           
 
Method Summary
 String getNote()
          Gets the note attribute.
 String getNoteType()
          Gets the noteType attribute.
 boolean isActive()
          Gets the active attribute.
 void setActive(boolean active)
          Sets the active attribute value.
 void setNote(String note)
          Sets the note attribute value.
 void setNoteType(String noteType)
          Sets the noteType attribute value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OlePatronNote

public OlePatronNote()
Method Detail

getNoteType

public String getNoteType()
Gets the noteType attribute.

Returns:
Returns the note.

setNoteType

public void setNoteType(String noteType)
Sets the noteType attribute value.

Parameters:
noteType - The noteType to set.

isActive

public boolean isActive()
Gets the active attribute.

Returns:
Returns the note.

setActive

public void setActive(boolean active)
Sets the active attribute value.

Parameters:
active - The active to set.

getNote

public String getNote()
Gets the note attribute.

Returns:
Returns the note.

setNote

public void setNote(String note)
Sets the note attribute value.

Parameters:
note - The note to set.


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