@Entity public abstract class Image extends StoredFile
| Constructor and Description |
|---|
Image() |
| Modifier and Type | Method and Description |
|---|---|
int |
getHeight() |
java.lang.String |
getKey() |
abstract ImageNature |
getNature() |
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, getMetadata, setContentType, setLastModified, setLength, setMetadatacompareTo, getName, getNames, setName, toStringgetDataTranslationType, getLogType, getVersiongetNetwork, isGlobalclone, equals, getId, getId, getIds, getUniqueIds, getUniqueIds, hashCode, isPersistent, isTransientpublic int getHeight()
public java.lang.String getKey()
public abstract ImageNature getNature()
public int getWidth()
public boolean isConvertedToJpeg()
public void setConvertedToJpeg(boolean convertedToJpeg)
public void setHeight(int height)
public void setKey(java.lang.String key)
public void setWidth(int width)