public class UserNotes extends Object
| Constructor and Description |
|---|
UserNotes() |
| Modifier and Type | Method and Description |
|---|---|
String |
getNotes() |
int |
getSetId() |
void |
setNotes(String userNotes) |
void |
setSetId(int setId) |
public final int getSetId()
public final void setSetId(int setId)
setId - the setId to setpublic final String getNotes()
public final void setNotes(String userNotes)
userNotes - the userNotes to setCopyright © 2021. All rights reserved.