Class OwningInstitutionUnit
- java.lang.Object
-
- com.ellucian.generated.eedm.sections.v8_0.OwningInstitutionUnit
-
@Generated("jsonschema2pojo") public class OwningInstitutionUnit extends Object
-
-
Field Summary
Fields Modifier and Type Field Description private InstitutionUnitinstitutionUnitInstitution Unitprivate DoubleownershipPercentagePercent Ownership
-
Constructor Summary
Constructors Constructor Description OwningInstitutionUnit()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object other)InstitutionUnitgetInstitutionUnit()Institution UnitDoublegetOwnershipPercentage()Percent OwnershipinthashCode()voidsetInstitutionUnit(InstitutionUnit institutionUnit)Institution UnitvoidsetOwnershipPercentage(Double ownershipPercentage)Percent OwnershipStringtoString()OwningInstitutionUnitwithInstitutionUnit(InstitutionUnit institutionUnit)OwningInstitutionUnitwithOwnershipPercentage(Double ownershipPercentage)
-
-
-
Field Detail
-
institutionUnit
@JsonPropertyDescription("A unit (department) of the educational institution") private InstitutionUnit institutionUnitInstitution UnitA unit (department) of the educational institution (Required)
-
ownershipPercentage
@JsonPropertyDescription("The rate or proportion per hundred of ownership that is attributable to the organization.") private Double ownershipPercentagePercent OwnershipThe rate or proportion per hundred of ownership that is attributable to the organization. (Required)
-
-
Method Detail
-
getInstitutionUnit
public InstitutionUnit getInstitutionUnit()
Institution UnitA unit (department) of the educational institution (Required)
-
setInstitutionUnit
public void setInstitutionUnit(InstitutionUnit institutionUnit)
Institution UnitA unit (department) of the educational institution (Required)
-
withInstitutionUnit
public OwningInstitutionUnit withInstitutionUnit(InstitutionUnit institutionUnit)
-
getOwnershipPercentage
public Double getOwnershipPercentage()
Percent OwnershipThe rate or proportion per hundred of ownership that is attributable to the organization. (Required)
-
setOwnershipPercentage
public void setOwnershipPercentage(Double ownershipPercentage)
Percent OwnershipThe rate or proportion per hundred of ownership that is attributable to the organization. (Required)
-
withOwnershipPercentage
public OwningInstitutionUnit withOwnershipPercentage(Double ownershipPercentage)
-
-