Interface EntityExternalIdentifierContract
- All Superinterfaces:
GloballyUnique,Identifiable,Versioned
- All Known Implementing Classes:
EntityExternalIdentifier,EntityExternalIdentifier.Builder
an external identifier for a KIM identity
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
-
Method Summary
Modifier and TypeMethodDescriptionGets this id of the parent identity object.Gets thisEntityExternalIdentifierContract's external id.Gets thisEntityExternalIdentifierContract's type.Gets thisEntityExternalIdentifierContract's type code.Methods inherited from interface org.kuali.rice.core.api.mo.common.GloballyUnique
getObjectIdMethods inherited from interface org.kuali.rice.core.api.mo.common.Identifiable
getIdMethods inherited from interface org.kuali.rice.core.api.mo.common.Versioned
getVersionNumber
-
Method Details
-
getEntityId
String getEntityId()Gets this id of the parent identity object.- Returns:
- the identity id for this
invalid reference
EntityEmailContract
-
getExternalIdentifierTypeCode
String getExternalIdentifierTypeCode()Gets thisEntityExternalIdentifierContract's type code.- Returns:
- the type code for this
EntityExternalIdentifierContract, or null if none has been assigned.
-
getExternalIdentifierType
EntityExternalIdentifierTypeContract getExternalIdentifierType()Gets thisEntityExternalIdentifierContract's type.- Returns:
- the type for this
EntityExternalIdentifierContract, or null if none has been assigned.
-
getExternalId
String getExternalId()Gets thisEntityExternalIdentifierContract's external id.- Returns:
- the external id for this
EntityExternalIdentifierContract, or null if none has been assigned.
-