org.broadleafcommerce.openadmin.server.service.artifact.image
Class ImageMetadata
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ImageMetadata
public ImageMetadata()
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
Copyright © 2013. All Rights Reserved.