Class YahooImage

  • All Implemented Interfaces:
    java.io.Serializable

    public final class YahooImage
    extends java.lang.Object
    implements java.io.Serializable
    This class represents a Yahoo image.
    Since:
    1.1.0
    Author:
    Jerome Leleu
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      YahooImage()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Integer getHeight()  
      java.lang.String getImageUrl()  
      java.lang.String getSize()  
      java.lang.Integer getWidth()  
      void setHeight​(java.lang.Integer height)  
      void setImageUrl​(java.lang.String imageUrl)  
      void setSize​(java.lang.String size)  
      void setWidth​(java.lang.Integer width)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • YahooImage

        public YahooImage()
    • Method Detail

      • getImageUrl

        public java.lang.String getImageUrl()
      • setImageUrl

        public void setImageUrl​(java.lang.String imageUrl)
      • getWidth

        public java.lang.Integer getWidth()
      • setWidth

        public void setWidth​(java.lang.Integer width)
      • getHeight

        public java.lang.Integer getHeight()
      • setHeight

        public void setHeight​(java.lang.Integer height)
      • getSize

        public java.lang.String getSize()
      • setSize

        public void setSize​(java.lang.String size)