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__1
discipline
Disciplineprivate Object
endOn
End Onprivate Object
startOn
Start Onprivate Object
status
Status
-
Constructor Summary
Constructors Constructor Description Discipline()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object other)
Discipline__1
getDiscipline()
DisciplineObject
getEndOn()
End OnObject
getStartOn()
Start OnObject
getStatus()
Statusint
hashCode()
void
setDiscipline(Discipline__1 discipline)
Disciplinevoid
setEndOn(Object endOn)
End Onvoid
setStartOn(Object startOn)
Start Onvoid
setStatus(Object status)
StatusString
toString()
Discipline
withDiscipline(Discipline__1 discipline)
Discipline
withEndOn(Object endOn)
Discipline
withStartOn(Object startOn)
Discipline
withStatus(Object status)
-
-
-
Field Detail
-
discipline
@JsonPropertyDescription("An academic discipline associated with an academic program.") private Discipline__1 discipline
DisciplineAn academic discipline associated with an academic program. (Required)
-
startOn
@JsonPropertyDescription("The date on which the discipline begins for the student academic program.") private Object startOn
Start 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 endOn
End 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 status
StatusThe 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)
-
-