org.apache.maven.plugins.patchtracker.tracking.jira.soap
Class RemoteFilter

java.lang.Object
  extended by org.apache.maven.plugins.patchtracker.tracking.jira.soap.AbstractRemoteEntity
      extended by org.apache.maven.plugins.patchtracker.tracking.jira.soap.AbstractNamedRemoteEntity
          extended by org.apache.maven.plugins.patchtracker.tracking.jira.soap.RemoteFilter
All Implemented Interfaces:
Serializable

public class RemoteFilter
extends AbstractNamedRemoteEntity
implements Serializable

See Also:
Serialized Form

Constructor Summary
RemoteFilter()
           
RemoteFilter(String id, String name, String author, String description, String project, String xml)
           
 
Method Summary
 boolean equals(Object obj)
           
 String getAuthor()
          Gets the author value for this RemoteFilter.
 String getDescription()
          Gets the description value for this RemoteFilter.
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
 String getProject()
          Gets the project value for this RemoteFilter.
static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Serializer
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 String getXml()
          Gets the xml value for this RemoteFilter.
 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.
 
Methods inherited from class org.apache.maven.plugins.patchtracker.tracking.jira.soap.AbstractNamedRemoteEntity
getName, setName
 
Methods inherited from class org.apache.maven.plugins.patchtracker.tracking.jira.soap.AbstractRemoteEntity
getId, setId
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteFilter

public RemoteFilter()

RemoteFilter

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

getAuthor

public String getAuthor()
Gets the author value for this RemoteFilter.

Returns:
author

setAuthor

public void setAuthor(String author)
Sets the author value for this RemoteFilter.

Parameters:
author -

getDescription

public String getDescription()
Gets the description value for this RemoteFilter.

Returns:
description

setDescription

public void setDescription(String description)
Sets the description value for this RemoteFilter.

Parameters:
description -

getProject

public String getProject()
Gets the project value for this RemoteFilter.

Returns:
project

setProject

public void setProject(String project)
Sets the project value for this RemoteFilter.

Parameters:
project -

getXml

public String getXml()
Gets the xml value for this RemoteFilter.

Returns:
xml

setXml

public void setXml(String xml)
Sets the xml value for this RemoteFilter.

Parameters:
xml -

equals

public boolean equals(Object obj)
Overrides:
equals in class AbstractNamedRemoteEntity

hashCode

public int hashCode()
Overrides:
hashCode in class AbstractNamedRemoteEntity

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object


getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(String mechType,
                                                                Class _javaType,
                                                                QName _xmlType)
Get Custom Serializer


getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(String mechType,
                                                                    Class _javaType,
                                                                    QName _xmlType)
Get Custom Deserializer



Copyright © 2002-2011 The Apache Software Foundation. All Rights Reserved.