public abstract class

AbstractRemoteConstant

extends AbstractNamedRemoteEntity
implements Serializable
java.lang.Object
   ↳ com.atlassian.jira.rpc.soap.beans.AbstractRemoteEntity
     ↳ com.atlassian.jira.rpc.soap.beans.AbstractNamedRemoteEntity
       ↳ com.atlassian.jira.rpc.soap.beans.AbstractRemoteConstant
Known Direct Subclasses

Summary

Fields
private Object __equalsCalc
private boolean __hashCodeCalc
private String description
private String icon
private static TypeDesc typeDesc
[Expand]
Inherited Fields
From class com.atlassian.jira.rpc.soap.beans.AbstractNamedRemoteEntity
From class com.atlassian.jira.rpc.soap.beans.AbstractRemoteEntity
Public Constructors
AbstractRemoteConstant()
AbstractRemoteConstant(String id, String name, String description, String icon)
Public Methods
synchronized boolean equals(Object obj)
String getDescription()
Gets the description value for this AbstractRemoteConstant.
static Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
Get Custom Deserializer
String getIcon()
Gets the icon value for this AbstractRemoteConstant.
static Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Get Custom Serializer
static TypeDesc getTypeDesc()
Return type metadata object
synchronized int hashCode()
void setDescription(String description)
Sets the description value for this AbstractRemoteConstant.
void setIcon(String icon)
Sets the icon value for this AbstractRemoteConstant.
[Expand]
Inherited Methods
From class com.atlassian.jira.rpc.soap.beans.AbstractNamedRemoteEntity
From class com.atlassian.jira.rpc.soap.beans.AbstractRemoteEntity
From class java.lang.Object

Fields

private Object __equalsCalc

private boolean __hashCodeCalc

private String description

private String icon

private static TypeDesc typeDesc

Public Constructors

public AbstractRemoteConstant ()

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

Parameters
id
name
description
icon

Public Methods

public synchronized boolean equals (Object obj)

Parameters
obj

public String getDescription ()

Gets the description value for this AbstractRemoteConstant.

Returns
  • description

public static Deserializer getDeserializer (String mechType, Class _javaType, QName _xmlType)

Get Custom Deserializer

Parameters
mechType
_javaType
_xmlType

public String getIcon ()

Gets the icon value for this AbstractRemoteConstant.

Returns
  • icon

public static Serializer getSerializer (String mechType, Class _javaType, QName _xmlType)

Get Custom Serializer

Parameters
mechType
_javaType
_xmlType

public static TypeDesc getTypeDesc ()

Return type metadata object

public synchronized int hashCode ()

public void setDescription (String description)

Sets the description value for this AbstractRemoteConstant.

Parameters
description

public void setIcon (String icon)

Sets the icon value for this AbstractRemoteConstant.

Parameters
icon