Class Size


  • public class Size
    extends Object
    Size
    • Constructor Detail

      • Size

        public Size()
    • Method Detail

      • getHeight

        public Integer getHeight()
        Get height
        Returns:
        height
      • setHeight

        public void setHeight​(Integer height)
      • getWidth

        public Integer getWidth()
        Get width
        Returns:
        width
      • setWidth

        public void setWidth​(Integer width)
      • equals

        public boolean equals​(Object o)
        Return true if this Size object is equal to o.
        Overrides:
        equals in class Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object