O - The owner typeI - The image typepublic interface ImageOwner<O extends BaseEntity & ImageOwner<O,I>,I extends OwnedImage<O>>
| Modifier and Type | Method and Description |
|---|---|
I |
getImage()
De-normalized reference to the first image
|
java.util.List<I> |
getImages() |
void |
setImage(I image)
De-normalized reference to the first image
|
void |
setImages(java.util.List<I> images) |