org.broadleafcommerce.openadmin.server.service.artifact.image
Class ImageMetadata

java.lang.Object
  extended by 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 Summary
ImageMetadata()
           
 
Method Summary
 int getHeight()
           
 int getWidth()
           
 void setHeight(int height)
           
 void setWidth(int width)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImageMetadata

public ImageMetadata()
Method Detail

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.