java.lang.Object
org.broadleafcommerce.openadmin.server.service.artifact.image.ImageMetadata

public class ImageMetadata extends Object
A bean designed to hold general information about an image
Author:
jfischer
  • Constructor Details

    • ImageMetadata

      public ImageMetadata()
  • Method Details

    • getWidth

      public int getWidth()
      Returns:
      the width
    • setWidth

      public void setWidth(int width)
      Parameters:
      width - the width to set
    • getHeight

      public int getHeight()
      Returns:
      the height
    • setHeight

      public void setHeight(int height)
      Parameters:
      height - the height to set