public class SystemCustomImageVO extends CustomImageVO
| Modifier and Type | Field and Description |
|---|---|
static Property<SystemImageCategoryVO,SystemCustomImageVO> |
CATEGORY |
CONVERTED_TO_JPEG, HEIGHT, KEY, WIDTHCONTENT_TYPE, LAST_MODIFIED, LAST_MODIFIED_IN_MILLIS, LENGTHNAMEID| Constructor and Description |
|---|
SystemCustomImageVO() |
SystemCustomImageVO(java.lang.Long id) |
SystemCustomImageVO(Property<T,? super SystemCustomImageVO> 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
|
SystemImageCategoryVO |
getCategory() |
void |
setCategory(SystemImageCategoryVO category) |
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<SystemImageCategoryVO,SystemCustomImageVO> CATEGORY
public SystemCustomImageVO()
public SystemCustomImageVO(java.lang.Long id)
public SystemCustomImageVO(Property<T,? super SystemCustomImageVO> 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 SystemImageCategoryVO getCategory()
public void setCategory(SystemImageCategoryVO category)