com.atlassian.jira.rpc.soap.client
Class RemoteSecurityLevel

java.lang.Object
  extended by com.atlassian.jira.rpc.soap.client.AbstractRemoteEntity
      extended by com.atlassian.jira.rpc.soap.client.AbstractNamedRemoteEntity
          extended by com.atlassian.jira.rpc.soap.client.RemoteSecurityLevel
All Implemented Interfaces:
java.io.Serializable

public class RemoteSecurityLevel
extends AbstractNamedRemoteEntity
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
RemoteSecurityLevel()
           
RemoteSecurityLevel(java.lang.String id, java.lang.String name, java.lang.String description)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getDescription()
          Gets the description value for this RemoteSecurityLevel.
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 setDescription(java.lang.String description)
          Sets the description value for this RemoteSecurityLevel.
 
Methods inherited from class com.atlassian.jira.rpc.soap.client.AbstractNamedRemoteEntity
getName, setName
 
Methods inherited from class com.atlassian.jira.rpc.soap.client.AbstractRemoteEntity
getId, setId
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteSecurityLevel

public RemoteSecurityLevel()

RemoteSecurityLevel

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

getDescription

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

Returns:
description

setDescription

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

Parameters:
description -

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 © 2009-2011 Eagle-I. All Rights Reserved.