org.kuali.rice.kim.api.identity.email
Interface EntityEmailHistoryContract

All Superinterfaces:
Defaultable, EntityEmailContract, GloballyUnique, Historical, Identifiable, Inactivatable, InactivatableFromTo, Versioned
All Known Implementing Classes:
EntityEmailHistory, EntityEmailHistory.Builder, EntityEmailHistoryBo

public interface EntityEmailHistoryContract
extends EntityEmailContract, Historical

address information for a KIM identity with effective date data

Author:
Kuali Rice Team (rice.collab@kuali.org)

Method Summary
 CodedAttributeHistoryContract getEmailType()
          Gets this EntityEmailHistory's type code.
 
Methods inherited from interface org.kuali.rice.kim.api.identity.email.EntityEmailContract
getEmailAddress, getEmailAddressUnmasked, getEntityId, getEntityTypeCode, isSuppressEmail
 
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.Defaultable
isDefaultValue
 
Methods inherited from interface org.kuali.rice.core.api.mo.common.Identifiable
getId
 
Methods inherited from interface org.kuali.rice.core.api.mo.common.Historical
getHistoryId, isActiveNow
 
Methods inherited from interface org.kuali.rice.core.api.mo.common.active.InactivatableFromTo
getActiveFromDate, getActiveToDate, isActive
 
Methods inherited from interface org.kuali.rice.core.api.mo.common.active.Inactivatable
isActive
 

Method Detail

getEmailType

CodedAttributeHistoryContract getEmailType()
Gets this EntityEmailHistory's type code.

Specified by:
getEmailType in interface EntityEmailContract
Returns:
the type code for this EntityEmailHistory, or null if none has been assigned.


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