org.kuali.rice.kim.bo.entity
Interface KimEntityEmail

All Superinterfaces:
Defaultable, DefaultableInactivateable, Inactivateable, KimDefaultableEntityTypeData
All Known Implementing Classes:
KimEntityEmailImpl, KimEntityEmailInfo

public interface KimEntityEmail
extends KimDefaultableEntityTypeData

email information for a KIM entity

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

Method Summary
 String getEmailAddress()
          Gets this KimEntityEmail's email address.
 String getEmailAddressUnmasked()
          Gets this KimEntityEmail's unmasked email address.
 String getEmailTypeCode()
          Gets this KimEntityEmail's email type code.
 String getEntityEmailId()
          Gets this KimEntityEmail's id.
 String getEntityTypeCode()
          Gets this KimEntityEmail's entity type code.
 boolean isSuppressEmail()
           
 
Methods inherited from interface org.kuali.rice.kns.bo.Defaultable
isDefault, setDefault
 
Methods inherited from interface org.kuali.rice.kns.bo.Inactivateable
isActive, setActive
 

Method Detail

getEntityEmailId

String getEntityEmailId()
Gets this KimEntityEmail's id.

Returns:
the id for this KimEntityEmail, or null if none has been assigned.

getEmailTypeCode

String getEmailTypeCode()
Gets this KimEntityEmail's email type code.

Returns:
the email type code for this KimEntityEmail, or null if none has been assigned.

getEntityTypeCode

String getEntityTypeCode()
Gets this KimEntityEmail's entity type code.

Specified by:
getEntityTypeCode in interface KimDefaultableEntityTypeData
Returns:
the entity type code for this KimEntityEmail, or null if none has been assigned.

getEmailAddress

String getEmailAddress()
Gets this KimEntityEmail's email address.

Returns:
the email address for this KimEntityEmail, or null if none has been assigned.

getEmailAddressUnmasked

String getEmailAddressUnmasked()
Gets this KimEntityEmail's unmasked email address.

Returns:
the unmasked email address for this KimEntityEmail, or null if none has been assigned.

isSuppressEmail

boolean isSuppressEmail()


Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.