Class AttachmentBean
- java.lang.Object
-
- com.atlassian.confluence.pages.actions.beans.AttachmentBean
-
public class AttachmentBean extends Object
-
-
Constructor Summary
Constructors Constructor Description AttachmentBean()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getFileName()
String
getMimeType()
int
getVersion()
Attachment
retrieveMatchingAttachment(AbstractPage page, AttachmentManager attachmentManager)
void
setFileName(String fileName)
void
setMimeType(String mimeType)
void
setVersion(int version)
-
-
-
Method Detail
-
getVersion
public int getVersion()
-
setVersion
public void setVersion(int version)
-
getFileName
public String getFileName()
-
setFileName
public void setFileName(String fileName)
-
retrieveMatchingAttachment
public Attachment retrieveMatchingAttachment(AbstractPage page, AttachmentManager attachmentManager)
-
setMimeType
public void setMimeType(String mimeType)
-
getMimeType
public String getMimeType()
-
-