org.squashtest.csp.tm.domain.attachment
Class AttachmentContent

java.lang.Object
  extended by org.squashtest.csp.tm.domain.attachment.AttachmentContent

@Entity
public class AttachmentContent
extends Object


Constructor Summary
AttachmentContent()
           
 
Method Summary
 InputStream getContent()
           
 Long getId()
           
 AttachmentContent hardCopy()
           
 void setContent(InputStream content)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AttachmentContent

public AttachmentContent()
Method Detail

getContent

public InputStream getContent()

setContent

public void setContent(InputStream content)

hardCopy

public AttachmentContent hardCopy()

getId

public Long getId()


Copyright © 2010-2012 Squashtest TM, Squashtest.org. All Rights Reserved.