Package com.studentgui.apphelpers.dto
Class NotesPayload
java.lang.Object
com.studentgui.apphelpers.dto.NotesPayload
- All Implemented Interfaces:
SessionPayload
Typed payload for freeform notes pages.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionNo-arg constructor for Jackson.NotesPayload(int sessionIdParam, String notesParam) Create a notes payload. -
Method Summary
Modifier and TypeMethodDescriptionintReturn the database session id associated with this payload.
-
Field Details
-
sessionId
Database session id. -
notes
The freeform notes text.
-
-
Constructor Details
-
NotesPayload
public NotesPayload()No-arg constructor for Jackson. -
NotesPayload
Create a notes payload.- Parameters:
sessionIdParam- DB session idnotesParam- freeform notes
-
-
Method Details
-
getSessionId
Description copied from interface:SessionPayloadReturn the database session id associated with this payload.- Specified by:
getSessionIdin interfaceSessionPayload- Returns:
- the database session id for this payload (may be 0 when unknown)
-