com.atlassian.jirasoapclient
Class RemotePriority

java.lang.Object
  extended by com.atlassian.jirasoapclient.AbstractRemoteEntity
      extended by com.atlassian.jirasoapclient.AbstractNamedRemoteEntity
          extended by com.atlassian.jirasoapclient.AbstractRemoteConstant
              extended by com.atlassian.jirasoapclient.RemotePriority
All Implemented Interfaces:
java.io.Serializable

public class RemotePriority
extends AbstractRemoteConstant
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
RemotePriority()
           
RemotePriority(java.lang.String id, java.lang.String name, java.lang.String description, java.lang.String icon, java.lang.String color)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getColor()
          Gets the color value for this RemotePriority.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setColor(java.lang.String color)
          Sets the color value for this RemotePriority.
 
Methods inherited from class com.atlassian.jirasoapclient.AbstractRemoteConstant
getDescription, getIcon, setDescription, setIcon
 
Methods inherited from class com.atlassian.jirasoapclient.AbstractNamedRemoteEntity
getName, setName
 
Methods inherited from class com.atlassian.jirasoapclient.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(java.lang.String id,
                      java.lang.String name,
                      java.lang.String description,
                      java.lang.String icon,
                      java.lang.String color)
Method Detail

getColor

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

Returns:
color

setColor

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

Parameters:
color -

equals

public boolean equals(java.lang.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(java.lang.String mechType,
                                                                java.lang.Class _javaType,
                                                                javax.xml.namespace.QName _xmlType)
Get Custom Serializer


getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
                                                                    java.lang.Class _javaType,
                                                                    javax.xml.namespace.QName _xmlType)
Get Custom Deserializer



Copyright © 2008 Atlassian Pty Ltd. All Rights Reserved.