public class

RemoteAttachment

extends AbstractRemoteEntity
implements Serializable
java.lang.Object
   ↳ com.atlassian.jira.rpc.soap.beans.AbstractRemoteEntity
     ↳ com.atlassian.jira.rpc.soap.beans.RemoteAttachment

Summary

Fields
private Object __equalsCalc
private boolean __hashCodeCalc
private String author
private Calendar created
private String filename
private Long filesize
private String mimetype
private static TypeDesc typeDesc
[Expand]
Inherited Fields
From class com.atlassian.jira.rpc.soap.beans.AbstractRemoteEntity
Public Constructors
RemoteAttachment()
RemoteAttachment(String id, String author, Calendar created, String filename, Long filesize, String mimetype)
Public Methods
synchronized boolean equals(Object obj)
String getAuthor()
Gets the author value for this RemoteAttachment.
Calendar getCreated()
Gets the created value for this RemoteAttachment.
static Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
Get Custom Deserializer
String getFilename()
Gets the filename value for this RemoteAttachment.
Long getFilesize()
Gets the filesize value for this RemoteAttachment.
String getMimetype()
Gets the mimetype value for this RemoteAttachment.
static Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Get Custom Serializer
static TypeDesc getTypeDesc()
Return type metadata object
synchronized int hashCode()
void setAuthor(String author)
Sets the author value for this RemoteAttachment.
void setCreated(Calendar created)
Sets the created value for this RemoteAttachment.
void setFilename(String filename)
Sets the filename value for this RemoteAttachment.
void setFilesize(Long filesize)
Sets the filesize value for this RemoteAttachment.
void setMimetype(String mimetype)
Sets the mimetype value for this RemoteAttachment.
[Expand]
Inherited Methods
From class com.atlassian.jira.rpc.soap.beans.AbstractRemoteEntity
From class java.lang.Object

Fields

private Object __equalsCalc

private boolean __hashCodeCalc

private String author

private Calendar created

private String filename

private Long filesize

private String mimetype

private static TypeDesc typeDesc

Public Constructors

public RemoteAttachment ()

public RemoteAttachment (String id, String author, Calendar created, String filename, Long filesize, String mimetype)

Parameters
id
author
created
filename
filesize
mimetype

Public Methods

public synchronized boolean equals (Object obj)

Parameters
obj

public String getAuthor ()

Gets the author value for this RemoteAttachment.

Returns
  • author

public Calendar getCreated ()

Gets the created value for this RemoteAttachment.

Returns
  • created

public static Deserializer getDeserializer (String mechType, Class _javaType, QName _xmlType)

Get Custom Deserializer

Parameters
mechType
_javaType
_xmlType

public String getFilename ()

Gets the filename value for this RemoteAttachment.

Returns
  • filename

public Long getFilesize ()

Gets the filesize value for this RemoteAttachment.

Returns
  • filesize

public String getMimetype ()

Gets the mimetype value for this RemoteAttachment.

Returns
  • mimetype

public static Serializer getSerializer (String mechType, Class _javaType, QName _xmlType)

Get Custom Serializer

Parameters
mechType
_javaType
_xmlType

public static TypeDesc getTypeDesc ()

Return type metadata object

public synchronized int hashCode ()

public void setAuthor (String author)

Sets the author value for this RemoteAttachment.

Parameters
author

public void setCreated (Calendar created)

Sets the created value for this RemoteAttachment.

Parameters
created

public void setFilename (String filename)

Sets the filename value for this RemoteAttachment.

Parameters
filename

public void setFilesize (Long filesize)

Sets the filesize value for this RemoteAttachment.

Parameters
filesize

public void setMimetype (String mimetype)

Sets the mimetype value for this RemoteAttachment.

Parameters
mimetype