Class FileStreamObject

java.lang.Object
com.softslate.commerce.businessobjects.storage.FileStreamObject

public class FileStreamObject extends Object
  • Field Details

    • inputStream

      private InputStream inputStream
    • contentType

      private String contentType
    • contentLength

      private Long contentLength
  • Constructor Details

  • Method Details

    • getContentType

      public String getContentType()
    • setContentType

      public void setContentType(String contentType)
    • getInputStream

      public InputStream getInputStream()
    • setInputStream

      public void setInputStream(InputStream inputStream)
    • getContentLength

      public Long getContentLength()
    • setContentLength

      public void setContentLength(Long contentLength)