com.atlassian.confluence.it
Class Attachment

java.lang.Object
  extended by com.atlassian.confluence.it.Attachment

public class Attachment
extends java.lang.Object


Constructor Summary
Attachment(Page page, java.lang.String filename, java.lang.String contentType, java.lang.String comment, byte[] data)
           
 
Method Summary
 java.lang.String getComment()
           
 java.lang.String getContentType()
           
 byte[] getData()
           
 java.lang.String getDownloadUrl()
           
 java.lang.String getFilename()
           
 long getId()
           
 Page getPage()
           
 void setId(long id)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Attachment

public Attachment(Page page,
                  java.lang.String filename,
                  java.lang.String contentType,
                  java.lang.String comment,
                  byte[] data)
Method Detail

getPage

public Page getPage()

getFilename

public java.lang.String getFilename()

getContentType

public java.lang.String getContentType()

getComment

public java.lang.String getComment()

getId

public long getId()

setId

public void setId(long id)

getData

public byte[] getData()

getDownloadUrl

public java.lang.String getDownloadUrl()


Copyright © 2003-2008 Atlassian Pty Ltd. All Rights Reserved.