public class ImageInfo extends Object
| Modifier and Type | Field and Description |
|---|---|
static ImageInfo |
EMPTY_IMAGE_INFO |
| Constructor and Description |
|---|
ImageInfo(FileInfo mainImage,
FileInfo thumbnail) |
| Modifier and Type | Method and Description |
|---|---|
FileInfo |
getMainImage() |
FileInfo |
getThumbnail() |
static ImageInfo |
instanceFromEntityUri(WebappDaoFactory webappDaoFactory,
Individual entity)
If this Individual has a main image and a thumbnail, return their info.
|
public static final ImageInfo EMPTY_IMAGE_INFO
public static ImageInfo instanceFromEntityUri(WebappDaoFactory webappDaoFactory, Individual entity)
public FileInfo getMainImage()
public FileInfo getThumbnail()
Copyright © 2021. All rights reserved.