Interface NotificationRecipientContract

All Superinterfaces:
org.kuali.rice.core.api.mo.common.GloballyUnique, KenIdentifiable, org.kuali.rice.core.api.mo.common.Versioned
All Known Implementing Classes:
NotificationRecipient, NotificationRecipient.Builder

public interface NotificationRecipientContract extends KenIdentifiable, org.kuali.rice.core.api.mo.common.Versioned, org.kuali.rice.core.api.mo.common.GloballyUnique
  • Method Summary

    Modifier and Type
    Method
    Description
     
     
     

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

    getObjectId

    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
  • Method Details

    • getNotificationId

      Long getNotificationId()
    • getRecipientType

      String getRecipientType()
    • getRecipientId

      String getRecipientId()