|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.kuali.ole.ingest.pojo.OlePatronNote
public class OlePatronNote
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 |
|---|
public OlePatronNote()
| Method Detail |
|---|
public String getNoteType()
public void setNoteType(String noteType)
noteType - The noteType to set.public boolean isActive()
public void setActive(boolean active)
active - The active to set.public String getNote()
public void setNote(String note)
note - The note to set.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||