Class EntityExternalIdentifierType

java.lang.Object
org.kuali.rice.core.api.mo.AbstractDataTransferObject
org.kuali.rice.kim.api.identity.external.EntityExternalIdentifierType
All Implemented Interfaces:
Serializable, org.kuali.rice.core.api.mo.common.active.Inactivatable, org.kuali.rice.core.api.mo.common.Coded, org.kuali.rice.core.api.mo.common.GloballyUnique, org.kuali.rice.core.api.mo.common.Versioned, org.kuali.rice.core.api.mo.ModelObjectBasic, org.kuali.rice.core.api.mo.ModelObjectComplete, CodedAttributeContract, EntityExternalIdentifierTypeContract

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

    • getName

      public String getName()
      Description copied from interface: CodedAttributeContract
      This the name for the AddressType. This can be null or a blank string.
      Specified by:
      getName in interface CodedAttributeContract
      Returns:
      the name of the AddressType
    • getCode

      public String getCode()
      Specified by:
      getCode in interface org.kuali.rice.core.api.mo.common.Coded
    • getSortCode

      public String getSortCode()
      Description copied from interface: CodedAttributeContract
      This the sort code for the AddressType. This can be null or a blank string.
      Specified by:
      getSortCode in interface CodedAttributeContract
      Returns:
      the sort code of the AddressType
    • isEncryptionRequired

      public boolean isEncryptionRequired()
      Description copied from interface: EntityExternalIdentifierTypeContract
      This value determines if the encryption is required for this type.
      Specified by:
      isEncryptionRequired in interface EntityExternalIdentifierTypeContract
      Returns:
      the boolean value representing if encryption is required for this type
    • 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
    • isActive

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