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

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
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
AbstractRemoteConstant, RemoteComponent, RemoteField, RemoteFilter, RemoteNamedObject, RemoteProject, RemoteSecurityLevel, RemoteVersion

public abstract class AbstractNamedRemoteEntity
extends AbstractRemoteEntity
implements Serializable

See Also:
Serialized Form

Constructor Summary
AbstractNamedRemoteEntity()
           
AbstractNamedRemoteEntity(String id, String name)
           
 
Method Summary
 boolean equals(Object obj)
           
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
 String getName()
          Gets the name value for this AbstractNamedRemoteEntity.
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()
           
 void setName(String name)
          Sets the name value for this AbstractNamedRemoteEntity.
 
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

AbstractNamedRemoteEntity

public AbstractNamedRemoteEntity()

AbstractNamedRemoteEntity

public AbstractNamedRemoteEntity(String id,
                                 String name)
Method Detail

getName

public String getName()
Gets the name value for this AbstractNamedRemoteEntity.

Returns:
name

setName

public void setName(String name)
Sets the name value for this AbstractNamedRemoteEntity.

Parameters:
name -

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class AbstractRemoteEntity

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.