Class Override
- java.lang.Object
-
- com.ellucian.generated.eedm.section_registrations.v16_1_0.Override
-
@Generated("jsonschema2pojo") public class Override extends Object
OverrideProperties defined for the section that may be overridden for individual registrations.
-
-
Field Summary
Fields Modifier and Type Field Description private ObjectacademicPeriodAcademic Periodprivate ObjectsiteSite
-
Constructor Summary
Constructors Constructor Description Override()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object other)ObjectgetAcademicPeriod()Academic PeriodObjectgetSite()SiteinthashCode()voidsetAcademicPeriod(Object academicPeriod)Academic PeriodvoidsetSite(Object site)SiteStringtoString()OverridewithAcademicPeriod(Object academicPeriod)OverridewithSite(Object site)
-
-
-
Field Detail
-
academicPeriod
@JsonPropertyDescription("The academic period for the registration.") private Object academicPeriodAcademic PeriodThe academic period for the registration.
-
site
@JsonPropertyDescription("The primary location within the organization where a section\'s meetings will be held for the registration.") private Object siteSiteThe primary location within the organization where a section's meetings will be held for the registration.
-
-
Method Detail
-
getAcademicPeriod
public Object getAcademicPeriod()
Academic PeriodThe academic period for the registration.
-
setAcademicPeriod
public void setAcademicPeriod(Object academicPeriod)
Academic PeriodThe academic period for the registration.
-
getSite
public Object getSite()
SiteThe primary location within the organization where a section's meetings will be held for the registration.
-
setSite
public void setSite(Object site)
SiteThe primary location within the organization where a section's meetings will be held for the registration.
-
-