Class Ethnicity
- java.lang.Object
-
- com.ellucian.generated.eedm.persons.v12_4_0.Ethnicity
-
@Generated("jsonschema2pojo") public class Ethnicity extends Object
EthnicityThe ethnicity association of the person.
-
-
Field Summary
Fields Modifier and Type Field Description private Object
ethnicGroup
Ethnic Groupprivate List<Reporting>
reporting
Reporting
-
Constructor Summary
Constructors Constructor Description Ethnicity()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object other)
Object
getEthnicGroup()
Ethnic GroupList<Reporting>
getReporting()
Reportingint
hashCode()
void
setEthnicGroup(Object ethnicGroup)
Ethnic Groupvoid
setReporting(List<Reporting> reporting)
ReportingString
toString()
Ethnicity
withEthnicGroup(Object ethnicGroup)
Ethnicity
withReporting(List<Reporting> reporting)
-
-
-
Field Detail
-
ethnicGroup
@JsonPropertyDescription("The ethnic group with which the person identifies.") private Object ethnicGroup
Ethnic GroupThe ethnic group with which the person identifies.
-
-
Method Detail
-
getEthnicGroup
public Object getEthnicGroup()
Ethnic GroupThe ethnic group with which the person identifies.
-
setEthnicGroup
public void setEthnicGroup(Object ethnicGroup)
Ethnic GroupThe ethnic group with which the person identifies.
-
getReporting
public List<Reporting> getReporting()
ReportingProperties required for governmental or other reporting.
-
setReporting
public void setReporting(List<Reporting> reporting)
ReportingProperties required for governmental or other reporting.
-
-