com.evdb.javaapi.data
Class Image
java.lang.Object
com.evdb.javaapi.data.Image
public class Image
- extends java.lang.Object
Image object
- Author:
- tylerv
|
Constructor Summary |
Image()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Image
public Image()
getBlock
public ImageItem getBlock()
- Returns:
- the block
setBlock
public void setBlock(ImageItem block)
- Parameters:
block - the block to set
getCaption
public java.lang.String getCaption()
- Returns:
- the caption
setCaption
public void setCaption(java.lang.String caption)
- Parameters:
caption - the caption to set
getCreator
public java.lang.String getCreator()
- Returns:
- the creator
setCreator
public void setCreator(java.lang.String creator)
- Parameters:
creator - the creator to set
getHeight
public int getHeight()
- Returns:
- the height
setHeight
public void setHeight(int height)
- Parameters:
height - the height to set
getId
public java.lang.String getId()
- Returns:
- the id
setId
public void setId(java.lang.String id)
- Parameters:
id - the id to set
getLarge
public ImageItem getLarge()
- Returns:
- the large
setLarge
public void setLarge(ImageItem large)
- Parameters:
large - the large to set
getMedium
public ImageItem getMedium()
- Returns:
- the medium
setMedium
public void setMedium(ImageItem medium)
- Parameters:
medium - the medium to set
getOriginal
public ImageItem getOriginal()
- Returns:
- the original
setOriginal
public void setOriginal(ImageItem original)
- Parameters:
original - the original to set
getSmall
public ImageItem getSmall()
- Returns:
- the small
setSmall
public void setSmall(ImageItem small)
- Parameters:
small - the small to set
getSource
public java.lang.String getSource()
- Returns:
- the source
setSource
public void setSource(java.lang.String source)
- Parameters:
source - the source to set
isSticky
public boolean isSticky()
- Returns:
- the sticky
setSticky
public void setSticky(boolean sticky)
- Parameters:
sticky - the sticky to set
getThumb
public ImageItem getThumb()
- Returns:
- the thumb
setThumb
public void setThumb(ImageItem thumb)
- Parameters:
thumb - the thumb 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.