public class

RemoteProjectRole

extends Object
implements Serializable
java.lang.Object
   ↳ com.atlassian.jira.rpc.soap.beans.RemoteProjectRole

Summary

Fields
private Object __equalsCalc
private boolean __hashCodeCalc
private String description
private Long id
private String name
private static TypeDesc typeDesc
Public Constructors
RemoteProjectRole()
RemoteProjectRole(String description, Long id, String name)
Public Methods
synchronized boolean equals(Object obj)
String getDescription()
Gets the description value for this RemoteProjectRole.
static Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
Get Custom Deserializer
Long getId()
Gets the id value for this RemoteProjectRole.
String getName()
Gets the name value for this RemoteProjectRole.
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 RemoteProjectRole.
void setId(Long id)
Sets the id value for this RemoteProjectRole.
void setName(String name)
Sets the name value for this RemoteProjectRole.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

private Object __equalsCalc

private boolean __hashCodeCalc

private String description

private Long id

private String name

private static TypeDesc typeDesc

Public Constructors

public RemoteProjectRole ()

public RemoteProjectRole (String description, Long id, String name)

Parameters
description
id
name

Public Methods

public synchronized boolean equals (Object obj)

Parameters
obj

public String getDescription ()

Gets the description value for this RemoteProjectRole.

Returns
  • description

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

Get Custom Deserializer

Parameters
mechType
_javaType
_xmlType

public Long getId ()

Gets the id value for this RemoteProjectRole.

Returns
  • id

public String getName ()

Gets the name value for this RemoteProjectRole.

Returns
  • name

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 RemoteProjectRole.

Parameters
description

public void setId (Long id)

Sets the id value for this RemoteProjectRole.

Parameters
id

public void setName (String name)

Sets the name value for this RemoteProjectRole.

Parameters
name