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

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
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
RemoteIssueType, RemotePriority, RemoteResolution, RemoteStatus

public abstract class AbstractRemoteConstant
extends AbstractNamedRemoteEntity
implements Serializable

See Also:
Serialized Form

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

AbstractRemoteConstant

public AbstractRemoteConstant()

AbstractRemoteConstant

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

getDescription

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

Returns:
description

setDescription

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

Parameters:
description -

getIcon

public String getIcon()
Gets the icon value for this AbstractRemoteConstant.

Returns:
icon

setIcon

public void setIcon(String icon)
Sets the icon value for this AbstractRemoteConstant.

Parameters:
icon -

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.