public class UserChannelsData extends Bean
| Modifier and Type | Field and Description |
|---|---|
static ListProperty<UserChannelData,UserChannelsData> |
CHANNELS |
static java.lang.String |
CLASS_NAME |
static BasicProperty<java.lang.Boolean,UserChannelsData> |
EDITABLE |
static BasicProperty<UserVO,UserChannelsData> |
USER |
| Constructor and Description |
|---|
UserChannelsData() |
UserChannelsData(Property<T,? super UserChannelsData> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
className() |
protected java.util.List<Property<?,?>> |
doGetProperties() |
java.util.List<UserChannelData> |
getChannels() |
UserVO |
getUser() |
boolean |
isEditable() |
void |
setChannels(java.util.List<UserChannelData> channels) |
void |
setEditable(boolean editable) |
void |
setUser(UserVO user) |
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 ListProperty<UserChannelData,UserChannelsData> CHANNELS
public static final BasicProperty<java.lang.Boolean,UserChannelsData> EDITABLE
public static final BasicProperty<UserVO,UserChannelsData> USER
public UserChannelsData()
public UserChannelsData(Property<T,? super UserChannelsData> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class Beanpublic java.util.List<UserChannelData> getChannels()
public void setChannels(java.util.List<UserChannelData> channels)
public boolean isEditable()
public void setEditable(boolean editable)
public UserVO getUser()
public void setUser(UserVO user)