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

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

public class RemoteAttachment
extends AbstractRemoteEntity


Constructor Summary
RemoteAttachment(com.atlassian.jira.issue.attachment.Attachment attachment)
           
 
Method Summary
 String getAuthor()
           
 Date getCreated()
           
 String getFilename()
           
 Long getFilesize()
           
 String getMimetype()
           
 
Methods inherited from class com.atlassian.jira.rpc.soap.beans.AbstractRemoteEntity
equals, getId, hashCode, setId
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteAttachment

public RemoteAttachment(com.atlassian.jira.issue.attachment.Attachment attachment)
Method Detail

getAuthor

public String getAuthor()

getCreated

public Date getCreated()

getFilename

public String getFilename()

getFilesize

public Long getFilesize()

getMimetype

public String getMimetype()


Copyright © 2004-2008 Atlassian Software Systems Pty Ltd. All Rights Reserved.