public class ContentItemVO extends NamedEntityVO
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_NAME |
static BasicProperty<ConfigurationVO,ContentItemVO> |
CONFIGURATION |
static BasicProperty<ContentItemVisibility,ContentItemVO> |
VISIBILITY |
NAMEID| Constructor and Description |
|---|
ContentItemVO() |
ContentItemVO(java.lang.Long id) |
ContentItemVO(Property<T,? super ContentItemVO> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
className() |
protected java.util.List<Property<?,?>> |
doGetProperties() |
ConfigurationVO |
getConfiguration() |
ContentItemVisibility |
getVisibility() |
void |
setConfiguration(ConfigurationVO configuration) |
void |
setVisibility(ContentItemVisibility visibility) |
compareTo, getName, setName, toStringgetId, getIds, getUniqueIdsequals, getId, hashCode, setIdaddPropertyChangeListener, 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<ConfigurationVO,ContentItemVO> CONFIGURATION
public static final BasicProperty<ContentItemVisibility,ContentItemVO> VISIBILITY
public ContentItemVO()
public ContentItemVO(java.lang.Long id)
public ContentItemVO(Property<T,? super ContentItemVO> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class NamedEntityVOpublic ConfigurationVO getConfiguration()
public void setConfiguration(ConfigurationVO configuration)
public ContentItemVisibility getVisibility()
public void setVisibility(ContentItemVisibility visibility)