com.atlassian.confluence.rpc.soap.beans
Class RemoteAttachment

java.lang.Object
  extended by com.atlassian.confluence.rpc.soap.beans.RemoteAttachment

public class RemoteAttachment
extends Object


Constructor Summary
RemoteAttachment()
           
RemoteAttachment(Attachment attachment)
           
RemoteAttachment(long contentId, String fileName, String contentType, String comment)
          Use this constructor when creating an attachment to add
 
Method Summary
 boolean equals(Object o)
           
 String getComment()
           
 String getContentType()
           
 Date getCreated()
           
 String getCreator()
           
 String getFileName()
           
 long getFileSize()
           
 long getId()
           
 long getPageId()
           
 String getTitle()
           
 String getUrl()
           
 int hashCode()
           
 void setContentType(String contentType)
           
 void setCreated(Date created)
           
 void setCreator(String creator)
           
 void setFileName(String fileName)
           
 void setFileSize(long fileSize)
           
 void setId(long id)
           
 void setPageId(long pageId)
           
 void setTitle(String title)
           
 void setUrl(String url)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RemoteAttachment

public RemoteAttachment()

RemoteAttachment

public RemoteAttachment(Attachment attachment)

RemoteAttachment

public RemoteAttachment(long contentId,
                        String fileName,
                        String contentType,
                        String comment)
Use this constructor when creating an attachment to add

Method Detail

getId

public long getId()

setId

public void setId(long id)

getPageId

public long getPageId()

setPageId

public void setPageId(long pageId)

getFileSize

public long getFileSize()

setFileSize

public void setFileSize(long fileSize)

getTitle

public String getTitle()

setTitle

public void setTitle(String title)

getFileName

public String getFileName()

setFileName

public void setFileName(String fileName)

getContentType

public String getContentType()

setContentType

public void setContentType(String contentType)

getCreator

public String getCreator()

setCreator

public void setCreator(String creator)

getUrl

public String getUrl()

setUrl

public void setUrl(String url)

getCreated

public Date getCreated()

getComment

public String getComment()

setCreated

public void setCreated(Date created)

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2003-2012 Atlassian. All Rights Reserved.