Class NotificationGatewayConfiguration

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String entityName  
      • Fields inherited from class step.core.accessors.AbstractOrganizableObject

        attributes, NAME, VERSION
      • Fields inherited from class step.core.accessors.AbstractIdentifiableObject

        customFields, ID
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      abstract java.lang.Class<? extends NotificationGateway> getGatewayClass()  
      • Methods inherited from class step.core.accessors.AbstractOrganizableObject

        addAttribute, getAttribute, getAttributes, hasAttribute, setAttributes
      • Methods inherited from class step.core.accessors.AbstractIdentifiableObject

        addCustomField, computeCustomFieldIfAbsent, equals, getCustomField, getCustomField, getCustomFields, getId, hashCode, setCustomFields, setId
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • NotificationGatewayConfiguration

        public NotificationGatewayConfiguration()
    • Method Detail

      • getGatewayClass

        public abstract java.lang.Class<? extends NotificationGateway> getGatewayClass()