站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBOSS Portal 2.6 API 英文版文档

Attachment - JBOSS Portal 2.6 API 英文版文档


org.jboss.portlet.forums.model
Interface Attachment

All Known Implementing Classes:
AttachmentImpl

public interface Attachment

An Attachment.

Version:
$Revision: 5448 $
Author:
Boleslaw Dawidowicz

Method Summary
 java.lang.String getComment()
           
 UploadedFile getFile()
           
 java.lang.Integer getId()
           
 Post getPost()
           
 void setComment(java.lang.String comment)
           
 void setFile(UploadedFile file)
           
 void setPost(Post post)
           
 

Method Detail

getComment

public java.lang.String getComment()

setComment

public void setComment(java.lang.String comment)

getFile

public UploadedFile getFile()

setFile

public void setFile(UploadedFile file)

getId

public java.lang.Integer getId()

setPost

public void setPost(Post post)

getPost

public Post getPost()