Class EntityAffiliation

java.lang.Object
org.kuali.rice.core.api.mo.AbstractDataTransferObject
org.kuali.rice.kim.api.identity.affiliation.EntityAffiliation
All Implemented Interfaces:
Serializable, org.kuali.rice.core.api.mo.common.active.Inactivatable, org.kuali.rice.core.api.mo.common.Defaultable, org.kuali.rice.core.api.mo.common.GloballyUnique, org.kuali.rice.core.api.mo.common.Identifiable, org.kuali.rice.core.api.mo.common.Versioned, org.kuali.rice.core.api.mo.ModelObjectBasic, org.kuali.rice.core.api.mo.ModelObjectComplete, EntityAffiliationContract

public final class EntityAffiliation extends org.kuali.rice.core.api.mo.AbstractDataTransferObject implements EntityAffiliationContract
See Also:
  • Method Details

    • getEntityId

      public String getEntityId()
      Description copied from interface: EntityAffiliationContract
      Gets this id of the parent identity object.
      Specified by:
      getEntityId in interface EntityAffiliationContract
      Returns:
      the identity id for this
      invalid reference
      EntityAddressContract
    • getAffiliationType

      public EntityAffiliationType getAffiliationType()
      Description copied from interface: EntityAffiliationContract
      Gets this
      invalid reference
      KimEntityAffiliation
      's type.
      Specified by:
      getAffiliationType in interface EntityAffiliationContract
      Returns:
      the type for this
      invalid reference
      KimEntityAffiliation
      , or null if none has been assigned.
    • getCampusCode

      public String getCampusCode()
      Description copied from interface: EntityAffiliationContract
      Gets this
      invalid reference
      KimEntityAffiliation
      's campus code.
      Specified by:
      getCampusCode in interface EntityAffiliationContract
      Returns:
      the campus code for this
      invalid reference
      KimEntityAffiliation
      , or null if none has been assigned.
    • getVersionNumber

      public Long getVersionNumber()
      Specified by:
      getVersionNumber in interface org.kuali.rice.core.api.mo.common.Versioned
    • getObjectId

      public String getObjectId()
      Specified by:
      getObjectId in interface org.kuali.rice.core.api.mo.common.GloballyUnique
    • isDefaultValue

      public boolean isDefaultValue()
      Specified by:
      isDefaultValue in interface org.kuali.rice.core.api.mo.common.Defaultable
    • isActive

      public boolean isActive()
      Specified by:
      isActive in interface org.kuali.rice.core.api.mo.common.active.Inactivatable
    • getId

      public String getId()
      Specified by:
      getId in interface org.kuali.rice.core.api.mo.common.Identifiable