public class ChannelActivationChoice extends Object
| Constructor and Description |
|---|
ChannelActivationChoice(String channelId,
String pluginId,
boolean active,
boolean channelActive) |
| Modifier and Type | Method and Description |
|---|---|
String |
getChannelId() |
String |
getPluginId() |
boolean |
isActive() |
boolean |
isChannelActive() |
void |
setActive(boolean active) |
void |
setChannelActive(boolean channelActive) |
void |
setChannelId(String channelId) |
void |
setPluginId(String pluginId) |
public String getChannelId()
public void setChannelId(String channelId)
public String getPluginId()
public void setPluginId(String pluginId)
public boolean isActive()
public void setActive(boolean active)
public boolean isChannelActive()
public void setChannelActive(boolean channelActive)
Copyright © 2003–2020 eXo Platform SAS. All rights reserved.