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 ObjectgradeExtensionGrade Extensionprivate ObjecttranscriptTranscript
-
Constructor Summary
Constructors Constructor Description Process()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object other)ObjectgetGradeExtension()Grade ExtensionObjectgetTranscript()TranscriptinthashCode()voidsetGradeExtension(Object gradeExtension)Grade ExtensionvoidsetTranscript(Object transcript)TranscriptStringtoString()ProcesswithGradeExtension(Object gradeExtension)ProcesswithTranscript(Object transcript)
-
-
-
Field Detail
-
gradeExtension
@JsonPropertyDescription("Default grade and expiration date for incomplete grades.") private Object gradeExtensionGrade ExtensionDefault grade and expiration date for incomplete grades.
-
transcript
@JsonPropertyDescription("Properties dealing with the transcript processing of the grade.") private Object transcriptTranscriptProperties 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.
-
-