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 InstitutionUnit
institutionUnit
Institution Unitprivate Double
ownershipPercentage
Percent Ownership
-
Constructor Summary
Constructors Constructor Description OwningInstitutionUnit()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object other)
InstitutionUnit
getInstitutionUnit()
Institution UnitDouble
getOwnershipPercentage()
Percent Ownershipint
hashCode()
void
setInstitutionUnit(InstitutionUnit institutionUnit)
Institution Unitvoid
setOwnershipPercentage(Double ownershipPercentage)
Percent OwnershipString
toString()
OwningInstitutionUnit
withInstitutionUnit(InstitutionUnit institutionUnit)
OwningInstitutionUnit
withOwnershipPercentage(Double ownershipPercentage)
-
-
-
Field Detail
-
institutionUnit
@JsonPropertyDescription("A unit (department) of the educational institution") private InstitutionUnit institutionUnit
Institution 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 ownershipPercentage
Percent 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)
-
-