net.sourceforge.stripes.examples.bugzooky.biz
Class Attachment
java.lang.Object
net.sourceforge.stripes.examples.bugzooky.biz.Attachment
public class Attachment
- extends Object
Very simple wrapper for file attachments uploaded for bugs. Assumes that the attachment
contains some type of textual data.
- Author:
- Tim Fennell
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Attachment
public Attachment()
getName
public String getName()
setName
public void setName(String name)
getSize
public long getSize()
setSize
public void setSize(long size)
getData
public byte[] getData()
setData
public void setData(byte[] data)
getContentType
public String getContentType()
setContentType
public void setContentType(String contentType)
getPreview
public String getPreview()
© Copyright 2005, Stripes Development Team.