|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.ibm.ram.common.data.Attachment
com.ibm.ram.client.RAMAttachment
public class RAMAttachment
Represents an attachment to a topic or post.
| Method Summary | |
|---|---|
java.io.InputStream |
downloadContents()
Get an input stream to download the attachment |
java.lang.String |
getDescription()
|
long |
getId()
|
java.lang.String |
getName()
|
RAMPost |
getPost()
Return the post this attachment is attached to. |
long |
getPostID()
|
RAMTopic |
getTopic()
Return the topic this attachment is attached to. |
int |
getTopicID()
|
| Methods inherited from class com.ibm.ram.common.data.Attachment |
|---|
setDescription, setId, setName, setPostID, setTopicID |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public java.lang.String getDescription()
getDescription in class Attachmentpublic long getId()
getId in class Attachmentpublic java.lang.String getName()
getName in class Attachmentpublic long getPostID()
getPostID in class Attachmentpublic int getTopicID()
getTopicID in class Attachmentpublic RAMPost getPost()
public RAMTopic getTopic()
public java.io.InputStream downloadContents()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||