public class UserChannelData extends Bean
| Modifier and Type | Field and Description |
|---|---|
static BasicProperty<UserChannelAccess,UserChannelData> |
ACCESS |
static BasicProperty<ChannelVO,UserChannelData> |
CHANNEL |
static java.lang.String |
CLASS_NAME |
static BasicProperty<java.lang.Boolean,UserChannelData> |
ENABLED |
| Constructor and Description |
|---|
UserChannelData() |
UserChannelData(Property<T,? super UserChannelData> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
className() |
protected java.util.List<Property<?,?>> |
doGetProperties() |
UserChannelAccess |
getAccess() |
ChannelVO |
getChannel() |
boolean |
isEnabled() |
void |
setAccess(UserChannelAccess access) |
void |
setChannel(ChannelVO channel) |
void |
setEnabled(boolean enabled) |
addPropertyChangeListener, addPropertyChangeListener, attributeNames, changes, clearAttributes, copyPropertiesTo, dataAccessor, firePropertyChange, get, getAttribute, initDataAccessor, properties, propertyMap, removeAttribute, removePropertyChangeListener, removePropertyChangeListener, set, setAttributepublic static final java.lang.String CLASS_NAME
public static final BasicProperty<UserChannelAccess,UserChannelData> ACCESS
public static final BasicProperty<ChannelVO,UserChannelData> CHANNEL
public static final BasicProperty<java.lang.Boolean,UserChannelData> ENABLED
public UserChannelData()
public UserChannelData(Property<T,? super UserChannelData> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class Beanpublic UserChannelAccess getAccess()
public void setAccess(UserChannelAccess access)
public ChannelVO getChannel()
public void setChannel(ChannelVO channel)
public boolean isEnabled()
public void setEnabled(boolean enabled)