Class MoodleParticipantInfo
java.lang.Object
org.jdrupes.keycloak.moodleauth.moodle.model.MoodleErrorValues
org.jdrupes.keycloak.moodleauth.moodle.model.MoodleParticipantInfo
Models the participant specific info of a user.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionCut off date.dueDate()
Due date.long
long
long
long
getId()
boolean
boolean
void
setAssignmentId
(long assignmentId) void
setCutoffdate
(long cutoffdate) void
setDuedate
(long duedate) void
setId
(long id) void
setRequiregrading
(boolean requiregrading) void
setSubmitted
(boolean submitted) toString()
Methods inherited from class org.jdrupes.keycloak.moodleauth.moodle.model.MoodleErrorValues
getError, getErrorcode, getException, getMessage, setError, setErrorcode, setException, setMessage
-
Constructor Details
-
MoodleParticipantInfo
public MoodleParticipantInfo()
-
-
Method Details
-
getId
- Returns:
- the id
-
setId
- Parameters:
id
- the id to set
-
getAssignmentId
- Returns:
- the assignmentId
-
setAssignmentId
- Parameters:
assignmentId
- the assignmentId to set
-
isSubmitted
- Returns:
- the submitted
-
setSubmitted
- Parameters:
submitted
- the submitted to set
-
isRequiregrading
- Returns:
- the requiregrading
-
setRequiregrading
- Parameters:
requiregrading
- the requiregrading to set
-
getDuedate
- Returns:
- the duedate
-
setDuedate
- Parameters:
duedate
- the duedate to set
-
getCutoffdate
- Returns:
- the cutoffdate
-
setCutoffdate
- Parameters:
cutoffdate
- the cutoffdate to set
-
dueDate
Due date.- Returns:
- the instant
-
cutOffDate
Cut off date.- Returns:
- the instant
-
toString
-