@MappedSuperclass public abstract class Image extends BinaryFile
| Constructor and Description |
|---|
Image() |
| Modifier and Type | Method and Description |
|---|---|
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) |
getContent, getContentType, getLastModified, getLastModifiedInMillis, getLength, setContent, setContentType, setLastModified, setLengthcompareTo, getName, getNames, setName, toStringgetDataTranslationType, getNetwork, getVersion, isGlobal, isPersistent, isTransientclone, equals, getEntityImportance, getId, getId, getIds, getUniqueIds, getUniqueIds, hashCodepublic int getHeight()
public java.lang.String getKey()
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)