@MappedSuperclass public abstract class Image extends BinaryFile
| Constructor and Description |
|---|
Image() |
| Modifier and Type | Method and Description |
|---|---|
org.cyclos.entities.EntityImportance |
getEntityImportance() |
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, getId, getId, getIds, getUniqueIds, getUniqueIds, hashCodepublic org.cyclos.entities.EntityImportance getEntityImportance()
getEntityImportance in interface org.cyclos.entities.HasEntityImportancegetEntityImportance in class org.cyclos.entities.SimpleEntitypublic 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)