public class ConfigurationImageVO extends ImageVO
| Modifier and Type | Field and Description |
|---|---|
static Property<ConfigurationVO,ConfigurationImageVO> |
CONFIGURATION |
static Property<ConfigurationImageType,ConfigurationImageVO> |
TYPE |
CONVERTED_TO_JPEG, HEIGHT, KEY, WIDTHCONTENT_TYPE, LAST_MODIFIED, LAST_MODIFIED_IN_MILLIS, LENGTHNAMEID| Constructor and Description |
|---|
ConfigurationImageVO() |
ConfigurationImageVO(java.lang.Long id) |
ConfigurationImageVO(Property<T,? super ConfigurationImageVO> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.List<Property<?,?>> |
doGetProperties() |
protected void |
doSet(Property<?,?> property,
java.lang.Object value) |
java.lang.Object |
get(Property<?,?> property)
Returns the value of the given property
|
ConfigurationVO |
getConfiguration() |
ConfigurationImageType |
getType() |
void |
setConfiguration(ConfigurationVO configuration) |
void |
setType(ConfigurationImageType type) |
getHeight, getKey, getWidth, isConvertedToJpeg, setConvertedToJpeg, setHeight, setKey, setWidthgetContentType, getLastModified, getLastModifiedInMillis, getLength, setContentType, setLastModified, setLastModifiedInMillis, setLength, toStringcompareTo, getName, setNamegetId, getIds, getUniqueIdsequals, getId, hashCode, setIdaddPropertyChangeListener, addPropertyChangeListener, changes, copyPropertiesTo, firePropertyChange, properties, propertyMap, removePropertyChangeListener, removePropertyChangeListener, setpublic static final Property<ConfigurationVO,ConfigurationImageVO> CONFIGURATION
public static final Property<ConfigurationImageType,ConfigurationImageVO> TYPE
public ConfigurationImageVO()
public ConfigurationImageVO(java.lang.Long id)
public ConfigurationImageVO(Property<T,? super ConfigurationImageVO> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class ImageVOprotected void doSet(Property<?,?> property, java.lang.Object value)
public java.lang.Object get(Property<?,?> property)
ObservableBeanpublic ConfigurationVO getConfiguration()
public ConfigurationImageType getType()
public void setConfiguration(ConfigurationVO configuration)
public void setType(ConfigurationImageType type)