@Entity public class Channel extends org.cyclos.entities.ConfigurationEntity implements DefinesNetwork
| Constructor and Description |
|---|
Channel() |
| Modifier and Type | Method and Description |
|---|---|
DataTranslationType |
getDataTranslationType() |
Network |
getNetwork() |
boolean |
isAccessClient() |
boolean |
isCustom() |
boolean |
isMain() |
boolean |
isPos() |
boolean |
isSms() |
boolean |
isStateless() |
boolean |
isWebServices() |
void |
setNetwork(Network network) |
getDescription, getInternalName, setDescription, setInternalName, toStringgetVersion, isGlobal, isPersistent, isTransientclone, equals, getEntityImportance, getId, getId, getIds, getUniqueIds, getUniqueIds, hashCodepublic DataTranslationType getDataTranslationType()
getDataTranslationType in class org.cyclos.entities.BaseEntitypublic Network getNetwork()
getNetwork in class org.cyclos.entities.BaseEntitypublic boolean isAccessClient()
public boolean isCustom()
public boolean isMain()
public boolean isPos()
public boolean isSms()
public boolean isStateless()
public boolean isWebServices()
public void setNetwork(Network network)
setNetwork in interface DefinesNetwork