Interface EntityAffiliationTypeContract
- All Superinterfaces:
Coded,CodedAttributeContract,GloballyUnique,Inactivatable,Versioned
- All Known Implementing Classes:
EntityAffiliationType,EntityAffiliationType.Builder
-
Method Summary
Modifier and TypeMethodDescriptionbooleanThis value determines if the Affiliation Type is an employment type.Methods inherited from interface org.kuali.rice.kim.api.identity.CodedAttributeContract
getName, getSortCodeMethods inherited from interface org.kuali.rice.core.api.mo.common.GloballyUnique
getObjectIdMethods inherited from interface org.kuali.rice.core.api.mo.common.active.Inactivatable
isActiveMethods inherited from interface org.kuali.rice.core.api.mo.common.Versioned
getVersionNumber
-
Method Details
-
isEmploymentAffiliationType
boolean isEmploymentAffiliationType()This value determines if the Affiliation Type is an employment type.- Returns:
- the boolean value representing if type is an employment type
-