当前页面:
在线文档首页 >
JBOSS Portal 2.4 API 英文版文档
Attachment - JBOSS Portal 2.4 API 英文版文档
org.jboss.portlet.forums.model
Interface Attachment
- All Known Implementing Classes:
- AttachmentImpl
- public interface Attachment
An Attachment.
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()