Class RemoteAttachment
- java.lang.Object
-
- com.atlassian.confluence.rpc.soap.beans.RemoteAttachment
-
public class RemoteAttachment extends Object
-
-
Constructor Summary
Constructors Constructor Description RemoteAttachment()RemoteAttachment(long contentId, String fileName, String contentType, String comment)Use this constructor when creating an attachment to addRemoteAttachment(Attachment attachment)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetComment()StringgetContentType()DategetCreated()StringgetCreator()StringgetFileName()longgetFileSize()longgetId()longgetPageId()StringgetTitle()StringgetUrl()inthashCode()voidsetContentType(String contentType)voidsetCreated(Date created)voidsetCreator(String creator)voidsetFileName(String fileName)voidsetFileSize(long fileSize)voidsetId(long id)voidsetPageId(long pageId)voidsetTitle(String title)voidsetUrl(String url)StringtoString()
-
-
-
Constructor Detail
-
RemoteAttachment
public RemoteAttachment()
-
RemoteAttachment
public RemoteAttachment(Attachment attachment)
-
-
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)
-
-