java.lang.Object
org.exoplatform.commons.api.notification.model.PluginInfo

public class PluginInfo extends Object
  • Constructor Details

    • PluginInfo

      public PluginInfo()
  • Method Details

    • getType

      public String getType()
      Returns:
      the type
    • setType

      public PluginInfo setType(String type)
      Parameters:
      type - the id to set
    • getOrder

      public int getOrder()
      Returns:
      the order
    • setOrder

      public PluginInfo setOrder(int order)
      Parameters:
      order - the order to set
    • getDefaultConfig

      public List<String> getDefaultConfig()
      Returns:
      the defaultConfig
    • setDefaultConfig

      public void setDefaultConfig(List<String> defaultConfig)
      Parameters:
      defaultConfig - the defaultConfig to set
    • getResourceBundleKey

      public String getResourceBundleKey()
      Returns:
      the resourceBundleKey
    • setResourceBundleKey

      public PluginInfo setResourceBundleKey(String resourceBundleKey)
      Parameters:
      resourceBundleKey - the resourceBundleKey to set
    • getBundlePath

      public String getBundlePath()
      Returns:
      the bundlePath
    • setBundlePath

      public PluginInfo setBundlePath(String bundlePath)
      Parameters:
      bundlePath - the bundlePath to set
    • setMutable

      public PluginInfo setMutable(boolean mutable)
    • isMutable

      public boolean isMutable()
    • end

      public PluginInfo end()
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object