|
| Services |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||
Represents an attachment for a comment
| Method Summary | |
InputStream |
getContent()
Gets the source(stream) of the content for this attachment |
String |
getDescription()
Gets the description of this attachment |
String |
getMimeType()
Gets the MIME type of this attachment |
String |
getName()
Gets the name of this attachment |
void |
setContent(InputStream content)
Sets the source(stream) for the content of this attachment. |
void |
setDescription(String description)
Sets the description of this attachment |
void |
setMimeType(String mimeType)
Sets the mime type of this attachment |
void |
setName(String name)
Sets the name of this attachment |
| Method Detail |
public void setName(String name)
throws RemoteException
name - The name of this attachment
public void setDescription(String description)
throws RemoteException
description - The name of this attachment
public void setMimeType(String mimeType)
throws RemoteException
mimeType - The MIME type for this attachment
public void setContent(InputStream content)
throws RemoteException
InputStreamAdaptercontent - The input stream containing the content for this attachment
public String getName()
throws RemoteException
public String getDescription()
throws RemoteException
public String getMimeType()
throws RemoteException
public InputStream getContent()
throws RemoteException
|
| Services |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||