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:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classA builder which can be used to constructEntityAffiliationinstances. -
Method Summary
Methods inherited from class org.kuali.rice.core.api.mo.AbstractDataTransferObject
afterUnmarshal, beforeUnmarshal, equals, equalsExcludeFields, getDefaultHashCodeEqualsExcludeFields, hashCode, hashCodeExcludeFields, toString
-
Method Details
-
getEntityId
Description copied from interface:EntityAffiliationContractGets this id of the parent identity object.- Specified by:
getEntityIdin interfaceEntityAffiliationContract- Returns:
- the identity id for this
invalid reference
EntityAddressContract
-
getAffiliationType
Description copied from interface:EntityAffiliationContractGets this's type.invalid reference
KimEntityAffiliation- Specified by:
getAffiliationTypein interfaceEntityAffiliationContract- Returns:
- the type for this
, or null if none has been assigned.
invalid reference
KimEntityAffiliation
-
getCampusCode
Description copied from interface:EntityAffiliationContractGets this's campus code.invalid reference
KimEntityAffiliation- Specified by:
getCampusCodein interfaceEntityAffiliationContract- Returns:
- the campus code for this
, or null if none has been assigned.
invalid reference
KimEntityAffiliation
-
getVersionNumber
- Specified by:
getVersionNumberin interfaceorg.kuali.rice.core.api.mo.common.Versioned
-
getObjectId
- Specified by:
getObjectIdin interfaceorg.kuali.rice.core.api.mo.common.GloballyUnique
-
isDefaultValue
public boolean isDefaultValue()- Specified by:
isDefaultValuein interfaceorg.kuali.rice.core.api.mo.common.Defaultable
-
isActive
public boolean isActive()- Specified by:
isActivein interfaceorg.kuali.rice.core.api.mo.common.active.Inactivatable
-
getId
- Specified by:
getIdin interfaceorg.kuali.rice.core.api.mo.common.Identifiable
-