public class ThemeImageVO extends ImageVO
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_NAME |
static BasicProperty<java.lang.Boolean,ThemeImageVO> |
CUSTOMIZED |
static BasicProperty<DateTime,ThemeImageVO> |
THEME_LAST_MODIFIED |
static BasicProperty<java.lang.String,ThemeImageVO> |
THEME_LAST_MODIFIED_IN_MILLIS |
static BasicProperty<ThemeImageType,ThemeImageVO> |
TYPE |
CONVERTED_TO_JPEG, HEIGHT, KEY, WIDTHCONTENT_TYPE, LAST_MODIFIED, LAST_MODIFIED_IN_MILLIS, LENGTHNAMEID| Constructor and Description |
|---|
ThemeImageVO() |
ThemeImageVO(java.lang.Long id) |
ThemeImageVO(Property<T,? super ThemeImageVO> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
className() |
protected java.util.List<Property<?,?>> |
doGetProperties() |
DateTime |
getThemeLastModified() |
java.lang.String |
getThemeLastModifiedInMillis() |
ThemeImageType |
getType() |
boolean |
isCustomized() |
void |
setCustomized(boolean customized) |
void |
setThemeLastModified(DateTime themeLastModified) |
void |
setThemeLastModifiedInMillis(java.lang.String themeLastModifiedInMillis) |
void |
setType(ThemeImageType 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<java.lang.Boolean,ThemeImageVO> CUSTOMIZED
public static final BasicProperty<DateTime,ThemeImageVO> THEME_LAST_MODIFIED
public static final BasicProperty<java.lang.String,ThemeImageVO> THEME_LAST_MODIFIED_IN_MILLIS
public static final BasicProperty<ThemeImageType,ThemeImageVO> TYPE
public ThemeImageVO()
public ThemeImageVO(java.lang.Long id)
public ThemeImageVO(Property<T,? super ThemeImageVO> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class ImageVOpublic boolean isCustomized()
public void setCustomized(boolean customized)
public DateTime getThemeLastModified()
public void setThemeLastModified(DateTime themeLastModified)
public java.lang.String getThemeLastModifiedInMillis()
public void setThemeLastModifiedInMillis(java.lang.String themeLastModifiedInMillis)
public ThemeImageType getType()
public void setType(ThemeImageType type)