org.kuali.rice.ken.api.notification
Interface NotificationRecipientContract

All Superinterfaces:
GloballyUnique, KenIdentifiable, Versioned
All Known Implementing Classes:
NotificationRecipient, NotificationRecipient.Builder, NotificationRecipientBo

public interface NotificationRecipientContract
extends KenIdentifiable, Versioned, GloballyUnique


Method Summary
 Long getNotificationId()
           
 String getRecipientId()
           
 String getRecipientType()
           
 
Methods inherited from interface org.kuali.rice.ken.api.common.KenIdentifiable
getId
 
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
 

Method Detail

getNotificationId

Long getNotificationId()

getRecipientType

String getRecipientType()

getRecipientId

String getRecipientId()


Copyright © 2005–2014 The Kuali Foundation. All rights reserved.