Class CallProviderConfiguration

java.lang.Object
org.exoplatform.webconferencing.CallProviderConfiguration

public class CallProviderConfiguration extends Object
Provider configuration object for saving (in Admin UI) and Created by The eXo Platform SAS.
Version:
$Id: CallProviderConfiguration.java 00000 Nov 24, 2017 pnedonosko $
Author:
Peter Nedonosko
  • Field Details

    • type

      protected String type
      The type.
    • title

      protected String title
      The title.
    • description

      protected String description
      The description.
    • active

      protected boolean active
      The active.
    • configured

      protected boolean configured
    • logEnabled

      protected boolean logEnabled
      The log enabled.
  • Constructor Details

    • CallProviderConfiguration

      public CallProviderConfiguration()
  • Method Details

    • isConfigured

      public boolean isConfigured()
    • setConfigured

      public void setConfigured(boolean configured)
    • isLogEnabled

      public boolean isLogEnabled()
      Checks if is log enabled.
      Returns:
      the logEnabled
    • setLogEnabled

      public void setLogEnabled(boolean logEnabled)
      Sets the log enabled.
      Parameters:
      logEnabled - the logEnabled to set
    • isActive

      public boolean isActive()
      Checks if is active.
      Returns:
      true, if is active
    • setActive

      public void setActive(boolean active)
      Sets the active.
      Parameters:
      active - the new active
    • getType

      public String getType()
      Gets the type.
      Returns:
      the type
    • setType

      public void setType(String providerType)
      Sets the type.
      Parameters:
      providerType - the new type
    • getTitle

      public String getTitle()
      Gets the title.
      Returns:
      the title
    • setTitle

      public void setTitle(String title)
      Sets the title.
      Parameters:
      title - the new title
    • getDescription

      public String getDescription()
      Gets the description.
      Returns:
      the description
    • setDescription

      public void setDescription(String description)
      Sets the description.
      Parameters:
      description - the new description