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 Object
academicPeriod
Academic Periodprivate Object
site
Site
-
Constructor Summary
Constructors Constructor Description Override()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object other)
Object
getAcademicPeriod()
Academic PeriodObject
getSite()
Siteint
hashCode()
void
setAcademicPeriod(Object academicPeriod)
Academic Periodvoid
setSite(Object site)
SiteString
toString()
Override
withAcademicPeriod(Object academicPeriod)
Override
withSite(Object site)
-
-
-
Field Detail
-
academicPeriod
@JsonPropertyDescription("The academic period for the registration.") private Object academicPeriod
Academic 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 site
SiteThe 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.
-
-