Class Discipline__1
- java.lang.Object
-
- com.ellucian.generated.eedm.admission_applications_submissions.v1_1_0.Discipline__1
-
@Generated("jsonschema2pojo") public class Discipline__1 extends Object
DisciplineThe academic discipline associated with the academic program.
-
-
Constructor Summary
Constructors Constructor Description Discipline__1()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object other)StringgetId()IDinthashCode()voidsetId(String id)IDStringtoString()Discipline__1withId(String id)
-
-
-
Field Detail
-
id
@JsonPropertyDescription("The global identifier for the Discipline.") private String idIDThe global identifier for the Discipline. (Required)
-
-
Method Detail
-
getId
public String getId()
IDThe global identifier for the Discipline. (Required)
-
setId
public void setId(String id)
IDThe global identifier for the Discipline. (Required)
-
withId
public Discipline__1 withId(String id)
-
-