Class OwningInstitutionUnit


  • @Generated("jsonschema2pojo")
    public class OwningInstitutionUnit
    extends Object
    • Field Detail

      • institutionUnit

        @JsonPropertyDescription("A unit (department) of the educational institution")
        private InstitutionUnit institutionUnit
        Institution Unit

        A 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 ownershipPercentage
        Percent Ownership

        The rate or proportion per hundred of ownership that is attributable to the organization. (Required)

    • Constructor Detail

      • OwningInstitutionUnit

        public OwningInstitutionUnit()
    • Method Detail

      • getInstitutionUnit

        public InstitutionUnit getInstitutionUnit()
        Institution Unit

        A unit (department) of the educational institution (Required)

      • setInstitutionUnit

        public void setInstitutionUnit​(InstitutionUnit institutionUnit)
        Institution Unit

        A unit (department) of the educational institution (Required)

      • getOwnershipPercentage

        public Double getOwnershipPercentage()
        Percent Ownership

        The rate or proportion per hundred of ownership that is attributable to the organization. (Required)

      • setOwnershipPercentage

        public void setOwnershipPercentage​(Double ownershipPercentage)
        Percent Ownership

        The rate or proportion per hundred of ownership that is attributable to the organization. (Required)

      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object