Class Bitstream


  • public class Bitstream
    extends DSpaceObject
    Created with IntelliJ IDEA. User: peterdietz Date: 9/21/13 Time: 12:54 AM To change this template use File | Settings | File Templates.
    • Field Detail

      • bitstreamService

        protected org.dspace.content.service.BitstreamService bitstreamService
      • bundleService

        protected org.dspace.content.service.BundleService bundleService
    • Constructor Detail

      • Bitstream

        public Bitstream()
      • Bitstream

        public Bitstream​(org.dspace.content.Bitstream bitstream,
                         javax.servlet.ServletContext servletContext,
                         String expand,
                         org.dspace.core.Context context)
                  throws SQLException
        Throws:
        SQLException
    • Method Detail

      • setup

        public void setup​(org.dspace.content.Bitstream bitstream,
                          javax.servlet.ServletContext servletContext,
                          String expand,
                          org.dspace.core.Context context)
                   throws SQLException
        Throws:
        SQLException
      • getSequenceId

        public Integer getSequenceId()
      • setSequenceId

        public void setSequenceId​(Integer sequenceId)
      • getBundleName

        public String getBundleName()
      • setBundleName

        public void setBundleName​(String bundleName)
      • setDescription

        public void setDescription​(String description)
      • setFormat

        public void setFormat​(String format)
      • setMimeType

        public void setMimeType​(String mimeType)
      • setSizeBytes

        public void setSizeBytes​(Long sizeBytes)
      • setParentObject

        public void setParentObject​(DSpaceObject parentObject)
      • setRetrieveLink

        public void setRetrieveLink​(String retrieveLink)
      • getDescription

        public String getDescription()
      • getFormat

        public String getFormat()
      • getMimeType

        public String getMimeType()
      • getSizeBytes

        public Long getSizeBytes()
      • getRetrieveLink

        public String getRetrieveLink()
      • getCheckSum

        public CheckSum getCheckSum()
      • setCheckSum

        public void setCheckSum​(CheckSum checkSum)
      • setPolicies

        public void setPolicies​(ResourcePolicy[] policies)