public class

RemoteFilter

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

Summary

Fields
private Object __equalsCalc
private boolean __hashCodeCalc
private String author
private String description
private String project
private static TypeDesc typeDesc
private String xml
[Expand]
Inherited Fields
From class com.atlassian.jira.rpc.soap.beans.AbstractNamedRemoteEntity
From class com.atlassian.jira.rpc.soap.beans.AbstractRemoteEntity
Public Constructors
RemoteFilter()
RemoteFilter(String id, String name, String author, String description, String project, String xml)
Public Methods
synchronized boolean equals(Object obj)
String getAuthor()
Gets the author value for this RemoteFilter.
String getDescription()
Gets the description value for this RemoteFilter.
static Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
Get Custom Deserializer
String getProject()
Gets the project value for this RemoteFilter.
static Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Get Custom Serializer
static TypeDesc getTypeDesc()
Return type metadata object
String getXml()
Gets the xml value for this RemoteFilter.
synchronized int hashCode()
void setAuthor(String author)
Sets the author value for this RemoteFilter.
void setDescription(String description)
Sets the description value for this RemoteFilter.
void setProject(String project)
Sets the project value for this RemoteFilter.
void setXml(String xml)
Sets the xml value for this RemoteFilter.
[Expand]
Inherited Methods
From class com.atlassian.jira.rpc.soap.beans.AbstractNamedRemoteEntity
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 String description

private String project

private static TypeDesc typeDesc

private String xml

Public Constructors

public RemoteFilter ()

public RemoteFilter (String id, String name, String author, String description, String project, String xml)

Parameters
id
name
author
description
project
xml

Public Methods

public synchronized boolean equals (Object obj)

Parameters
obj

public String getAuthor ()

Gets the author value for this RemoteFilter.

Returns
  • author

public String getDescription ()

Gets the description value for this RemoteFilter.

Returns
  • description

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

Get Custom Deserializer

Parameters
mechType
_javaType
_xmlType

public String getProject ()

Gets the project value for this RemoteFilter.

Returns
  • project

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 String getXml ()

Gets the xml value for this RemoteFilter.

Returns
  • xml

public synchronized int hashCode ()

public void setAuthor (String author)

Sets the author value for this RemoteFilter.

Parameters
author

public void setDescription (String description)

Sets the description value for this RemoteFilter.

Parameters
description

public void setProject (String project)

Sets the project value for this RemoteFilter.

Parameters
project

public void setXml (String xml)

Sets the xml value for this RemoteFilter.

Parameters
xml