@Entity public class Channel extends ConfigurationEntity implements DefinesNetwork
NULL_PART| Constructor and Description |
|---|
Channel() |
| Modifier and Type | Method and Description |
|---|---|
DataTranslationType |
getDataTranslationType()
If this entity allows data translation, should return the translation type
|
Network |
getNetwork()
Returns the network this entity belongs to
|
boolean |
isCustom() |
boolean |
isMain() |
boolean |
isMobile() |
boolean |
isPos() |
boolean |
isService() |
boolean |
isSms() |
boolean |
isStateful() |
boolean |
isStateless() |
boolean |
isWebServices() |
void |
setNetwork(Network network) |
getDescription, getInternalName, setDescription, setInternalName, toStringcompareTo, getName, getNames, setNamegetLogType, getVersionisGlobalclone, equals, getId, getId, getIds, getUniqueIds, getUniqueIds, hashCode, isPersistent, isTransientpublic DataTranslationType getDataTranslationType()
BaseEntitygetDataTranslationType in class BaseEntitypublic Network getNetwork()
NetworkedEntitygetNetwork in class NetworkedEntitypublic boolean isCustom()
public boolean isMain()
public boolean isMobile()
public boolean isPos()
public boolean isService()
public boolean isSms()
public boolean isStateful()
public boolean isStateless()
public boolean isWebServices()
public void setNetwork(Network network)
setNetwork in interface DefinesNetwork