org.dspace.content
Class Thumbnail
java.lang.Object
org.dspace.content.Thumbnail
public class Thumbnail
- extends Object
Wrapper class for bitstreams with Thumbnails associated with them for
convenience in the browse system
- Author:
- Richard Jones
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Thumbnail
public Thumbnail(Bitstream thumb,
Bitstream original)
- Construct a new thumbnail using the two bitstreams
- Parameters:
thumb - the thumbnail bitstreamoriginal - the original bitstream
getOriginal
public Bitstream getOriginal()
- Returns:
- Returns the original.
setOriginal
public void setOriginal(Bitstream original)
- Parameters:
original - The original to set.
getThumb
public Bitstream getThumb()
- Returns:
- Returns the thumb.
setThumb
public void setThumb(Bitstream thumb)
- Parameters:
thumb - The thumb to set.
Copyright © 2010 The DSpace Foundation. All Rights Reserved.