Package org.dspace.content
Class Thumbnail
java.lang.Object
org.dspace.content.Thumbnail
Wrapper class for bitstreams with Thumbnails associated with them for
convenience in the browse system
- Author:
- Richard Jones
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Thumbnail
Construct a new thumbnail using the two bitstreams- Parameters:
thumb- the thumbnail bitstreamoriginal- the original bitstream
-
-
Method Details
-
getOriginal
- Returns:
- Returns the original.
-
setOriginal
- Parameters:
original- The original to set.
-
getThumb
- Returns:
- Returns the thumb.
-
setThumb
- Parameters:
thumb- The thumb to set.
-