@Entity public abstract class Image extends StoredFile
| Constructor and Description |
|---|
Image() |
| Modifier and Type | Method and Description |
|---|---|
EntityImportance |
getEntityImportance() |
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, getNetwork, getVersion, isGlobal, isPersistent, isTransientclone, equals, getId, getId, getIds, getUniqueIds, getUniqueIds, hashCodepublic EntityImportance getEntityImportance()
getEntityImportance in interface HasEntityImportancegetEntityImportance in class SimpleEntitypublic 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)