public class ConfigurationImageVO extends ImageVO
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_NAME |
static BasicProperty<ConfigurationVO,ConfigurationImageVO> |
CONFIGURATION |
static BasicProperty<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 |
|---|---|
java.lang.String |
className() |
protected java.util.List<Property<?,?>> |
doGetProperties() |
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, 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,ConfigurationImageVO> CONFIGURATION
public static final BasicProperty<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 ImageVOpublic ConfigurationVO getConfiguration()
public void setConfiguration(ConfigurationVO configuration)
public ConfigurationImageType getType()
public void setType(ConfigurationImageType type)