com.atlassian.confluence.pages.actions.beans
Class AttachmentBean

java.lang.Object
  extended by com.atlassian.confluence.pages.actions.beans.AttachmentBean

public class AttachmentBean
extends java.lang.Object


Constructor Summary
AttachmentBean()
           
 
Method Summary
 java.lang.String getFileName()
           
 java.lang.String getMimeType()
           
 int getVersion()
           
 Attachment retrieveMatchingAttachment(AbstractPage page, AttachmentManager attachmentManager)
           
 void setFileName(java.lang.String fileName)
           
 void setMimeType(java.lang.String mimeType)
           
 void setVersion(int version)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AttachmentBean

public AttachmentBean()
Method Detail

getVersion

public int getVersion()

setVersion

public void setVersion(int version)

getFileName

public java.lang.String getFileName()

setFileName

public void setFileName(java.lang.String fileName)

retrieveMatchingAttachment

public Attachment retrieveMatchingAttachment(AbstractPage page,
                                             AttachmentManager attachmentManager)

setMimeType

public void setMimeType(java.lang.String mimeType)

getMimeType

public java.lang.String getMimeType()


Copyright © 2003-2014 Atlassian. All Rights Reserved.