Class Discipline
- java.lang.Object
-
- com.ellucian.generated.eedm.student_academic_programs_submissions.v1_0_0.Discipline
-
@Generated("jsonschema2pojo") public class Discipline extends Object
-
-
Field Summary
Fields Modifier and Type Field Description private Discipline__1disciplineDisciplineprivate ObjectendOnEnd Onprivate ObjectstartOnStart Onprivate ObjectstatusStatus
-
Constructor Summary
Constructors Constructor Description Discipline()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object other)Discipline__1getDiscipline()DisciplineObjectgetEndOn()End OnObjectgetStartOn()Start OnObjectgetStatus()StatusinthashCode()voidsetDiscipline(Discipline__1 discipline)DisciplinevoidsetEndOn(Object endOn)End OnvoidsetStartOn(Object startOn)Start OnvoidsetStatus(Object status)StatusStringtoString()DisciplinewithDiscipline(Discipline__1 discipline)DisciplinewithEndOn(Object endOn)DisciplinewithStartOn(Object startOn)DisciplinewithStatus(Object status)
-
-
-
Field Detail
-
discipline
@JsonPropertyDescription("An academic discipline associated with an academic program.") private Discipline__1 disciplineDisciplineAn academic discipline associated with an academic program. (Required)
-
startOn
@JsonPropertyDescription("The date on which the discipline begins for the student academic program.") private Object startOnStart OnThe date on which the discipline begins for the student academic program.
-
endOn
@JsonPropertyDescription("The date on which the discipline ends for the student academic program.") private Object endOnEnd OnThe date on which the discipline ends for the student academic program.
-
status
@JsonPropertyDescription("The state of a student\'s discipline within a program.") private Object statusStatusThe state of a student's discipline within a program.
-
-
Method Detail
-
getDiscipline
public Discipline__1 getDiscipline()
DisciplineAn academic discipline associated with an academic program. (Required)
-
setDiscipline
public void setDiscipline(Discipline__1 discipline)
DisciplineAn academic discipline associated with an academic program. (Required)
-
withDiscipline
public Discipline withDiscipline(Discipline__1 discipline)
-
getStartOn
public Object getStartOn()
Start OnThe date on which the discipline begins for the student academic program.
-
setStartOn
public void setStartOn(Object startOn)
Start OnThe date on which the discipline begins for the student academic program.
-
withStartOn
public Discipline withStartOn(Object startOn)
-
getEndOn
public Object getEndOn()
End OnThe date on which the discipline ends for the student academic program.
-
setEndOn
public void setEndOn(Object endOn)
End OnThe date on which the discipline ends for the student academic program.
-
withEndOn
public Discipline withEndOn(Object endOn)
-
getStatus
public Object getStatus()
StatusThe state of a student's discipline within a program.
-
setStatus
public void setStatus(Object status)
StatusThe state of a student's discipline within a program.
-
withStatus
public Discipline withStatus(Object status)
-
-