public class ContentItemDTO extends NamedEntityDTO
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_NAME |
static BasicProperty<ConfigurationVO,ContentItemDTO> |
CONFIGURATION |
static BasicProperty<ContentItemVisibility,ContentItemDTO> |
VISIBILITY |
NAMEID| Constructor and Description |
|---|
ContentItemDTO() |
ContentItemDTO(java.lang.Long id) |
ContentItemDTO(Property<T,? super ContentItemDTO> 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, toStringgetVersion, isPersistent, isTransient, setVersionequals, 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,ContentItemDTO> CONFIGURATION
public static final BasicProperty<ContentItemVisibility,ContentItemDTO> VISIBILITY
public ContentItemDTO()
public ContentItemDTO(java.lang.Long id)
public ContentItemDTO(Property<T,? super ContentItemDTO> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class NamedEntityDTOpublic ConfigurationVO getConfiguration()
public void setConfiguration(ConfigurationVO configuration)
public ContentItemVisibility getVisibility()
public void setVisibility(ContentItemVisibility visibility)