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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionCut off date.dueDate()Due date.longlonglonglonggetId()booleanbooleanvoidsetAssignmentId(long assignmentId) voidsetCutoffdate(long cutoffdate) voidsetDuedate(long duedate) voidsetId(long id) voidsetRequiregrading(boolean requiregrading) voidsetSubmitted(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
-