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

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.AbstractRemoteConstant
              extended by org.apache.maven.plugins.patchtracker.tracking.jira.soap.RemoteResolution
All Implemented Interfaces:
Serializable

public class RemoteResolution
extends AbstractRemoteConstant
implements Serializable

See Also:
Serialized Form

Constructor Summary
RemoteResolution()
           
RemoteResolution(String id, String name, String description, String icon)
           
 
Method Summary
 boolean equals(Object obj)
           
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
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
 int hashCode()
           
 
Methods inherited from class org.apache.maven.plugins.patchtracker.tracking.jira.soap.AbstractRemoteConstant
getDescription, getIcon, setDescription, setIcon
 
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

RemoteResolution

public RemoteResolution()

RemoteResolution

public RemoteResolution(String id,
                        String name,
                        String description,
                        String icon)
Method Detail

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class AbstractRemoteConstant

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.