public class Channel extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static String |
GENERIC_CHANNEL |
| Constructor and Description |
|---|
Channel() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Map<String,String> |
getCapabilities() |
String |
getCapability(String capabilityName) |
String |
getFallBack() |
String |
getIdentifier() |
boolean |
hasCapabilityValue(String capabilityName) |
int |
hashCode() |
boolean |
isGeneric() |
boolean |
isVisible() |
void |
setCapabilities(Map<String,String> capabilities) |
void |
setFallBack(String fallBack) |
void |
setIdentifier(String identifier) |
void |
setVisible(boolean visible) |
public static final String GENERIC_CHANNEL
public String getIdentifier()
public void setIdentifier(String identifier)
public boolean hasCapabilityValue(String capabilityName)
public String getFallBack()
public void setFallBack(String fallBack)
public boolean isVisible()
public void setVisible(boolean visible)
public boolean isGeneric()
Copyright © 2004–2020 Jahia Solutions Group SA. All rights reserved.