org.kuali.rice.kim.api.identity
Interface CodedAttributeContract

All Superinterfaces:
Coded, GloballyUnique, Inactivatable, Versioned
All Known Subinterfaces:
EntityAddressTypeContractEbo, EntityAffiliationTypeContract, EntityCitizenshipStatusContractEbo, EntityEmailTypeContractEbo, EntityEmploymentStatusContractEbo, EntityEmploymentTypeContractEbo, EntityExternalIdentifierTypeContract, EntityNameTypeContractEbo, EntityPhoneTypeContractEbo, EntityTypeContractEbo
All Known Implementing Classes:
CodedAttribute, CodedAttribute.Builder, EntityAffiliationType, EntityAffiliationType.Builder, EntityExternalIdentifierType, EntityExternalIdentifierType.Builder

public interface CodedAttributeContract
extends Versioned, GloballyUnique, Inactivatable, Coded


Method Summary
 String getName()
          This the name for the AddressType.
 String getSortCode()
          This the sort code for the AddressType.
 
Methods inherited from interface org.kuali.rice.core.api.mo.common.Versioned
getVersionNumber
 
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.Coded
getCode
 

Method Detail

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


Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.