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

All Superinterfaces:
GloballyUnique, KenIdentifiable, Versioned
All Known Implementing Classes:
NotificationChannelReviewer, NotificationChannelReviewer.Builder, NotificationChannelReviewerBo

public interface NotificationChannelReviewerContract
extends KenIdentifiable, Versioned, GloballyUnique


Method Summary
 NotificationChannelContract getChannel()
           
 String getReviewerId()
           
 String getReviewerType()
           
 
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

getChannel

NotificationChannelContract getChannel()

getReviewerType

String getReviewerType()

getReviewerId

String getReviewerId()


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