public class ImageVO extends StoredFileVO implements IImage
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_NAME |
static BasicProperty<java.lang.Boolean,ImageVO> |
CONVERTED_TO_JPEG |
static BasicProperty<java.lang.Integer,ImageVO> |
HEIGHT |
static BasicProperty<java.lang.String,ImageVO> |
KEY |
static BasicProperty<java.lang.Integer,ImageVO> |
WIDTH |
CONTENT_TYPE, LAST_MODIFIED, LAST_MODIFIED_IN_MILLIS, LENGTHNAMEID| Constructor and Description |
|---|
ImageVO() |
ImageVO(java.lang.Long id) |
ImageVO(Property<T,? super ImageVO> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
className() |
protected java.util.List<Property<?,?>> |
doGetProperties() |
int |
getHeight() |
java.lang.String |
getKey() |
int |
getWidth() |
boolean |
isConvertedToJpeg() |
void |
setConvertedToJpeg(boolean convertedToJpeg) |
void |
setHeight(int height) |
void |
setKey(java.lang.String key) |
void |
setWidth(int width) |
getContentType, 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, property, propertyMap, removeAttribute, removePropertyChangeListener, removePropertyChangeListener, set, setAttributeclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetContentType, getLengthgetName, setNamepublic static final java.lang.String CLASS_NAME
public static final BasicProperty<java.lang.Boolean,ImageVO> CONVERTED_TO_JPEG
public static final BasicProperty<java.lang.Integer,ImageVO> HEIGHT
public static final BasicProperty<java.lang.String,ImageVO> KEY
public static final BasicProperty<java.lang.Integer,ImageVO> WIDTH
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class StoredFileVOpublic boolean isConvertedToJpeg()
public void setConvertedToJpeg(boolean convertedToJpeg)
public void setHeight(int height)
public java.lang.String getKey()
public void setKey(java.lang.String key)
public void setWidth(int width)
public java.lang.String className()
className in class StoredFileVO