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

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.RemotePriority
All Implemented Interfaces:
Serializable

public class RemotePriority
extends AbstractRemoteConstant
implements Serializable

See Also:
Serialized Form

Constructor Summary
RemotePriority()
           
RemotePriority(String id, String name, String description, String icon, String color)
           
 
Method Summary
 boolean equals(Object obj)
           
 String getColor()
          Gets the color value for this RemotePriority.
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()
           
 void setColor(String color)
          Sets the color value for this RemotePriority.
 
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

RemotePriority

public RemotePriority()

RemotePriority

public RemotePriority(String id,
                      String name,
                      String description,
                      String icon,
                      String color)
Method Detail

getColor

public String getColor()
Gets the color value for this RemotePriority.

Returns:
color

setColor

public void setColor(String color)
Sets the color value for this RemotePriority.

Parameters:
color -

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.