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

All Superinterfaces:
GloballyUnique, KenIdentifiable, Versioned
All Known Implementing Classes:
NotificationPriority, NotificationPriority.Builder, NotificationPriorityBo

public interface NotificationPriorityContract
extends KenIdentifiable, Versioned, GloballyUnique


Method Summary
 String getDescription()
           
 String getName()
           
 Integer getOrder()
           
 
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

getName

String getName()

getDescription

String getDescription()

getOrder

Integer getOrder()


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