Class ImageListItem

    • Constructor Detail

      • ImageListItem

        public ImageListItem()
      • ImageListItem

        public ImageListItem​(Image image)
    • Method Detail

      • getTitle

        public String getTitle()
      • getDescription

        public String getDescription()
      • getImageUri

        public String getImageUri()
      • getLicense

        public nl.vpro.domain.support.License getLicense()
      • getSourceName

        public String getSourceName()
      • getOwner

        public nl.vpro.domain.media.support.OwnerType getOwner()
      • setTitle

        public void setTitle​(String title)
      • setDescription

        public void setDescription​(String description)
      • setImageUri

        public void setImageUri​(String imageUri)
      • setLicense

        public void setLicense​(nl.vpro.domain.support.License license)
      • setSourceName

        public void setSourceName​(String sourceName)
      • setOwner

        public void setOwner​(nl.vpro.domain.media.support.OwnerType owner)
      • equals

        public boolean equals​(@Nullable Object o)
        Overrides:
        equals in class Object
      • canEqual

        protected boolean canEqual​(@Nullable Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object