public class

RemotePermission

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

Summary

Fields
private Object __equalsCalc
private boolean __hashCodeCalc
private String name
private Long permission
private static TypeDesc typeDesc
Public Constructors
RemotePermission()
RemotePermission(String name, Long permission)
Public Methods
synchronized boolean equals(Object obj)
static Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
Get Custom Deserializer
String getName()
Gets the name value for this RemotePermission.
Long getPermission()
Gets the permission value for this RemotePermission.
static Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Get Custom Serializer
static TypeDesc getTypeDesc()
Return type metadata object
synchronized int hashCode()
void setName(String name)
Sets the name value for this RemotePermission.
void setPermission(Long permission)
Sets the permission value for this RemotePermission.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

private Object __equalsCalc

private boolean __hashCodeCalc

private String name

private Long permission

private static TypeDesc typeDesc

Public Constructors

public RemotePermission ()

public RemotePermission (String name, Long permission)

Parameters
name
permission

Public Methods

public synchronized boolean equals (Object obj)

Parameters
obj

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

Get Custom Deserializer

Parameters
mechType
_javaType
_xmlType

public String getName ()

Gets the name value for this RemotePermission.

Returns
  • name

public Long getPermission ()

Gets the permission value for this RemotePermission.

Returns
  • permission

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 setName (String name)

Sets the name value for this RemotePermission.

Parameters
name

public void setPermission (Long permission)

Sets the permission value for this RemotePermission.

Parameters
permission