@Entity public class Channel extends ConfigurationEntity implements DefinesNetwork
| 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() |
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, getVersion, isGlobal, isPersistent, isTransientclone, equals, getEntityImportance, getId, getId, getIds, getUniqueIds, getUniqueIds, hashCodepublic DataTranslationType getDataTranslationType()
BaseEntitygetDataTranslationType in class BaseEntitypublic Network getNetwork()
getNetwork in class BaseEntitypublic 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