Class Submission
- java.lang.Object
-
- com.ellucian.generated.eedm.section_registrations.v6_0.Submission
-
@Generated("jsonschema2pojo") public class Submission extends Object
SubmissionProperties related to the submission of the section grade.
-
-
Field Summary
Fields Modifier and Type Field Description private ObjectmethodMethodprivate ObjectreasonReasonprivate ObjectsubmittedBySubmitted Byprivate ObjectsubmittedOnSubmitted On
-
Constructor Summary
Constructors Constructor Description Submission()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object other)ObjectgetMethod()MethodObjectgetReason()ReasonObjectgetSubmittedBy()Submitted ByObjectgetSubmittedOn()Submitted OninthashCode()voidsetMethod(Object method)MethodvoidsetReason(Object reason)ReasonvoidsetSubmittedBy(Object submittedBy)Submitted ByvoidsetSubmittedOn(Object submittedOn)Submitted OnStringtoString()SubmissionwithMethod(Object method)SubmissionwithReason(Object reason)SubmissionwithSubmittedBy(Object submittedBy)SubmissionwithSubmittedOn(Object submittedOn)
-
-
-
Field Detail
-
submittedBy
@JsonPropertyDescription("The person who submitted the section grade.") private Object submittedBySubmitted ByThe person who submitted the section grade.
-
submittedOn
@JsonPropertyDescription("The date the section grade was submitted.") private Object submittedOnSubmitted OnThe date the section grade was submitted.
-
method
@JsonPropertyDescription("The method by which the section grade was submitted.") private Object methodMethodThe method by which the section grade was submitted.
-
reason
@JsonPropertyDescription("The reason for the section grade submission.") private Object reasonReasonThe reason for the section grade submission.
-
-
Method Detail
-
getSubmittedBy
public Object getSubmittedBy()
Submitted ByThe person who submitted the section grade.
-
setSubmittedBy
public void setSubmittedBy(Object submittedBy)
Submitted ByThe person who submitted the section grade.
-
withSubmittedBy
public Submission withSubmittedBy(Object submittedBy)
-
getSubmittedOn
public Object getSubmittedOn()
Submitted OnThe date the section grade was submitted.
-
setSubmittedOn
public void setSubmittedOn(Object submittedOn)
Submitted OnThe date the section grade was submitted.
-
withSubmittedOn
public Submission withSubmittedOn(Object submittedOn)
-
getMethod
public Object getMethod()
MethodThe method by which the section grade was submitted.
-
setMethod
public void setMethod(Object method)
MethodThe method by which the section grade was submitted.
-
withMethod
public Submission withMethod(Object method)
-
getReason
public Object getReason()
ReasonThe reason for the section grade submission.
-
setReason
public void setReason(Object reason)
ReasonThe reason for the section grade submission.
-
withReason
public Submission withReason(Object reason)
-
-