Interface NotificationContentTypeContract

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

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

    • getName

      String getName()
    • isCurrent

      boolean isCurrent()
    • getVersion

      Integer getVersion()
    • getDescription

      String getDescription()
    • getNamespace

      String getNamespace()
    • getXsd

      String getXsd()
    • getXsl

      String getXsl()