Interface CodedAttributeContract

All Superinterfaces:
Coded, GloballyUnique, Inactivatable, Versioned
All Known Subinterfaces:
EntityAffiliationTypeContract, EntityExternalIdentifierTypeContract
All Known Implementing Classes:
CodedAttribute, CodedAttribute.Builder, EntityAffiliationType, EntityAffiliationType.Builder, EntityExternalIdentifierType, EntityExternalIdentifierType.Builder

public interface CodedAttributeContract extends Versioned, GloballyUnique, Inactivatable, Coded
  • Method Summary

    Modifier and Type
    Method
    Description
    This the name for the AddressType.
    This the sort code for the AddressType.

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

    getCode

    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

    • getName

      String getName()
      This the name for the AddressType. This can be null or a blank string.
      Returns:
      the name of the AddressType
    • getSortCode

      String getSortCode()
      This the sort code for the AddressType. This can be null or a blank string.
      Returns:
      the sort code of the AddressType