@Entity public class ImageFile extends File
| Constructor and Description |
|---|
ImageFile() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Integer |
getHeight() |
byte[] |
getThumbnail() |
Integer |
getWidth() |
int |
hashCode() |
void |
setHeight(Integer height) |
void |
setThumbnail(byte[] thumbnail) |
void |
setWidth(Integer width) |
getActive, getFile, getFileName, getFileType, setActive, setFile, setFileName, setFileTypegetCreated, getGroupPermissions, getId, getModified, getUserPermissions, setGroupPermissions, setModified, setUserPermissions, toStringpublic byte[] getThumbnail()
public void setThumbnail(byte[] thumbnail)
thumbnail - the thumbnail to setpublic Integer getWidth()
public void setWidth(Integer width)
width - the width to setpublic Integer getHeight()
public void setHeight(Integer height)
height - the height to setpublic int hashCode()
public boolean equals(Object obj)
Copyright © 2020 terrestris GmbH & Co. KG. All rights reserved.