Interface NotificationPriorityContract

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

public interface NotificationPriorityContract 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

    • getName

      String getName()
    • getDescription

      String getDescription()
    • getOrder

      Integer getOrder()