@Entity public class UserChannel extends BaseEntity
| Constructor and Description |
|---|
UserChannel() |
| Modifier and Type | Method and Description |
|---|---|
Channel |
getChannel() |
Network |
getNetwork()
Returns the network this entity belongs to
|
User |
getUser() |
boolean |
isEnabled() |
void |
setChannel(Channel channel) |
void |
setEnabled(boolean enabled) |
void |
setUser(User user) |
getDataTranslationType, getLogType, getVersionisGlobalclone, equals, getId, getId, getIds, getUniqueIds, getUniqueIds, hashCode, isPersistent, isTransient, toStringpublic Channel getChannel()
public Network getNetwork()
NetworkedEntitygetNetwork in class NetworkedEntitypublic User getUser()
public boolean isEnabled()
public void setChannel(Channel channel)
public void setEnabled(boolean enabled)
public void setUser(User user)