com.evdb.javaapi.data
Class ImageItem

java.lang.Object
  extended by com.evdb.javaapi.data.ImageItem

public class ImageItem
extends java.lang.Object

Each image contains several image items. These are specific image characteristics

Author:
tylerv

Constructor Summary
ImageItem()
           
 
Method Summary
 int getHeight()
           
 java.lang.String getUrl()
           
 int getWidth()
           
 void setHeight(int height)
           
 void setUrl(java.lang.String url)
           
 void setWidth(int width)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImageItem

public ImageItem()
Method Detail

getHeight

public int getHeight()
Returns:
the height

setHeight

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

getUrl

public java.lang.String getUrl()
Returns:
the url

setUrl

public void setUrl(java.lang.String url)
Parameters:
url - the url to set

getWidth

public int getWidth()
Returns:
the width

setWidth

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


Copyright © 2007 Eventful Inc. All Rights Reserved.