org.squashtest.csp.tm.domain.attachment
Class AttachmentContent
java.lang.Object
org.squashtest.csp.tm.domain.attachment.AttachmentContent
@Entity
public class AttachmentContent
- extends Object
the BLOB part of the attachment was kept apart from the Attachment class itself to enforce the lazy loading of potentially large data.
- Author:
- bsiri
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AttachmentContent
public AttachmentContent()
getContent
public InputStream getContent()
setContent
public void setContent(InputStream content)
hardCopy
public AttachmentContent hardCopy()
getId
public Long getId()
Copyright © 2010-2012 Henix, henix.fr. All Rights Reserved.