Class InstitutionUnit
- java.lang.Object
-
- com.ellucian.generated.eedm.sections.v16_1_0.InstitutionUnit
-
@Generated("jsonschema2pojo") public class InstitutionUnit extends Object
Institution UnitA unit (department) of the educational institution
-
-
Constructor Summary
Constructors Constructor Description InstitutionUnit()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object other)StringgetId()IDinthashCode()voidsetId(String id)IDStringtoString()InstitutionUnitwithId(String id)
-
-
-
Field Detail
-
id
@JsonPropertyDescription("The global identifier for the Institution Unit.") private String idIDThe global identifier for the Institution Unit. (Required)
-
-
Method Detail
-
getId
public String getId()
IDThe global identifier for the Institution Unit. (Required)
-
setId
public void setId(String id)
IDThe global identifier for the Institution Unit. (Required)
-
withId
public InstitutionUnit withId(String id)
-
-