com.atlassian.jirasoapclient
Class AbstractRemoteConstant

java.lang.Object
  extended by com.atlassian.jirasoapclient.AbstractRemoteEntity
      extended by com.atlassian.jirasoapclient.AbstractNamedRemoteEntity
          extended by com.atlassian.jirasoapclient.AbstractRemoteConstant
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
RemoteIssueType, RemotePriority, RemoteResolution, RemoteStatus

public abstract class AbstractRemoteConstant
extends AbstractNamedRemoteEntity
implements java.io.Serializable

See Also:
Serialized Form

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

AbstractRemoteConstant

public AbstractRemoteConstant()

AbstractRemoteConstant

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

getDescription

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

Returns:
description

setDescription

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

Parameters:
description -

getIcon

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

Returns:
icon

setIcon

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

Parameters:
icon -

equals

public boolean equals(java.lang.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(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.