public class OlePatronNote extends Object
| Constructor and Description |
|---|
OlePatronNote() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
public OlePatronNote()
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.Copyright © 2004–2015 The Kuali Foundation. All rights reserved.