Interface EntityAffiliationTypeContract

All Superinterfaces:
org.kuali.rice.core.api.mo.common.Coded, CodedAttributeContract, org.kuali.rice.core.api.mo.common.GloballyUnique, org.kuali.rice.core.api.mo.common.active.Inactivatable, org.kuali.rice.core.api.mo.common.Versioned
All Known Implementing Classes:
EntityAffiliationType, EntityAffiliationType.Builder

public interface EntityAffiliationTypeContract extends CodedAttributeContract
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    This value determines if the Affiliation Type is an employment type.

    Methods inherited from interface org.kuali.rice.core.api.mo.common.Coded

    getCode

    Methods inherited from interface org.kuali.rice.kim.api.identity.CodedAttributeContract

    getName, getSortCode

    Methods inherited from interface org.kuali.rice.core.api.mo.common.GloballyUnique

    getObjectId

    Methods inherited from interface org.kuali.rice.core.api.mo.common.active.Inactivatable

    isActive

    Methods 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