org.xenbase.scraper.data
Class ScrapedImage
java.lang.Object
org.xenbase.scraper.data.ScrapedImage
public class ScrapedImage
- extends java.lang.Object
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ScrapedImage
public ScrapedImage()
getRefName
public java.lang.String getRefName()
- Returns:
- Returns the refName.
setRefName
public void setRefName(java.lang.String refName)
- Parameters:
refName
- The refName to set.
getByteImg
public byte[] getByteImg()
- Returns:
- Returns the byteImg.
setByteImg
public void setByteImg(byte[] byteImg)
- Parameters:
byteImg
- The byteImg to set.
getCaption
public java.lang.String getCaption()
- Returns:
- Returns the caption.
setCaption
public void setCaption(java.lang.String caption)
- Parameters:
caption
- The caption to set.