Package org.exoplatform.webconferencing
Class CallProviderConfiguration
java.lang.Object
org.exoplatform.webconferencing.CallProviderConfiguration
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the description.getTitle()Gets the title.getType()Gets the type.booleanisActive()Checks if is active.booleanbooleanChecks if is log enabled.voidsetActive(boolean active) Sets the active.voidsetConfigured(boolean configured) voidsetDescription(String description) Sets the description.voidsetLogEnabled(boolean logEnabled) Sets the log enabled.voidSets the title.voidSets the type.
-
Field Details
-
type
The type. -
title
The title. -
description
The description. -
active
protected boolean activeThe active. -
configured
protected boolean configured -
logEnabled
protected boolean logEnabledThe 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
Gets the type.- Returns:
- the type
-
setType
Sets the type.- Parameters:
providerType- the new type
-
getTitle
Gets the title.- Returns:
- the title
-
setTitle
Sets the title.- Parameters:
title- the new title
-
getDescription
Gets the description.- Returns:
- the description
-
setDescription
Sets the description.- Parameters:
description- the new description
-