thucydides.plugins.jira.soap
Class RemotePriority

Package class diagram package RemotePriority
java.lang.Object
  extended by thucydides.plugins.jira.soap.AbstractRemoteEntity
      extended by thucydides.plugins.jira.soap.AbstractNamedRemoteEntity
          extended by thucydides.plugins.jira.soap.AbstractRemoteConstant
              extended by thucydides.plugins.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 thucydides.plugins.jira.soap.AbstractRemoteConstant
getDescription, getIcon, setDescription, setIcon
 
Methods inherited from class thucydides.plugins.jira.soap.AbstractNamedRemoteEntity
getName, setName
 
Methods inherited from class thucydides.plugins.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 © 2011-2013 Wakaleo Consulting. All Rights Reserved.