Class Process
- java.lang.Object
-
- com.ellucian.generated.eedm.section_registrations.v7_0.Process
-
@Generated("jsonschema2pojo") public class Process extends Object
ProcessProperties associated with the processing of section grades.
-
-
Field Summary
Fields Modifier and Type Field Description private Object
gradeExtension
Grade Extensionprivate Object
transcript
Transcript
-
Constructor Summary
Constructors Constructor Description Process()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object other)
Object
getGradeExtension()
Grade ExtensionObject
getTranscript()
Transcriptint
hashCode()
void
setGradeExtension(Object gradeExtension)
Grade Extensionvoid
setTranscript(Object transcript)
TranscriptString
toString()
Process
withGradeExtension(Object gradeExtension)
Process
withTranscript(Object transcript)
-
-
-
Field Detail
-
gradeExtension
@JsonPropertyDescription("Default grade and expiration date for incomplete grades.") private Object gradeExtension
Grade ExtensionDefault grade and expiration date for incomplete grades.
-
transcript
@JsonPropertyDescription("Properties dealing with the transcript processing of the grade.") private Object transcript
TranscriptProperties dealing with the transcript processing of the grade.
-
-
Method Detail
-
getGradeExtension
public Object getGradeExtension()
Grade ExtensionDefault grade and expiration date for incomplete grades.
-
setGradeExtension
public void setGradeExtension(Object gradeExtension)
Grade ExtensionDefault grade and expiration date for incomplete grades.
-
getTranscript
public Object getTranscript()
TranscriptProperties dealing with the transcript processing of the grade.
-
setTranscript
public void setTranscript(Object transcript)
TranscriptProperties dealing with the transcript processing of the grade.
-
-