Package com.studentgui.apphelpers.dto
Interface SessionPayload
- All Known Implementing Classes:
AssessmentPayload,ContactPayload,KeyboardingPayload,NotesPayload
public interface SessionPayload
Common interface for session-scoped payloads that carry a DB session id.
-
Method Summary
Modifier and TypeMethodDescriptionintReturn the database session id associated with this payload.
-
Method Details
-
getSessionId
int getSessionId()Return the database session id associated with this payload.- Returns:
- the database session id for this payload (may be 0 when unknown)
-