Class AwardGradeScheme
- java.lang.Object
-
- com.ellucian.generated.eedm.section_registrations.v7_0.AwardGradeScheme
-
@Generated("jsonschema2pojo") public class AwardGradeScheme extends Object
Award Grade SchemeThe grading scheme that will be used to award the student a grade for the section.
-
-
Constructor Summary
Constructors Constructor Description AwardGradeScheme()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object other)StringgetId()IDinthashCode()voidsetId(String id)IDStringtoString()AwardGradeSchemewithId(String id)
-
-
-
Field Detail
-
id
@JsonPropertyDescription("The global identifier for the Award Grade Scheme.") private String idIDThe global identifier for the Award Grade Scheme. (Required)
-
-
Method Detail
-
getId
public String getId()
IDThe global identifier for the Award Grade Scheme. (Required)
-
setId
public void setId(String id)
IDThe global identifier for the Award Grade Scheme. (Required)
-
withId
public AwardGradeScheme withId(String id)
-
-