public class ConfigurationVO extends NamedEntityVO
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_NAME |
static BasicProperty<java.lang.Boolean,ConfigurationVO> |
DEFAULT_CONFIG |
NAMEID| Constructor and Description |
|---|
ConfigurationVO() |
ConfigurationVO(java.lang.Long id) |
ConfigurationVO(Property<T,? super ConfigurationVO> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
className() |
protected java.util.List<Property<?,?>> |
doGetProperties() |
boolean |
isDefaultConfig() |
void |
setDefaultConfig(boolean defaultConfig) |
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<java.lang.Boolean,ConfigurationVO> DEFAULT_CONFIG
public ConfigurationVO()
public ConfigurationVO(java.lang.Long id)
public ConfigurationVO(Property<T,? super ConfigurationVO> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class NamedEntityVOpublic boolean isDefaultConfig()
public void setDefaultConfig(boolean defaultConfig)