Class PendingImage

    • Constructor Detail

      • PendingImage

        public PendingImage()
        Default constructor.
      • PendingImage

        public PendingImage​(ImageModel imageModel)
        Image model constructor.
        Parameters:
        imageModel - The component image model.
        Throws:
        java.lang.NullPointerException - if the given image model is null.
      • PendingImage

        public PendingImage​(InfoModel infoModel,
                            ImageModel imageModel)
        Info model and image model constructor.
        Parameters:
        infoModel - The component info model.
        imageModel - The component image model.
        Throws:
        java.lang.NullPointerException - if the given info model and/or image model is null.