org.apache.maven.plugins.patchtracker.tracking.jira.soap
Class RemoteSecurityLevel

java.lang.Object
  extended by org.apache.maven.plugins.patchtracker.tracking.jira.soap.AbstractRemoteEntity
      extended by org.apache.maven.plugins.patchtracker.tracking.jira.soap.AbstractNamedRemoteEntity
          extended by org.apache.maven.plugins.patchtracker.tracking.jira.soap.RemoteSecurityLevel
All Implemented Interfaces:
Serializable

public class RemoteSecurityLevel
extends AbstractNamedRemoteEntity
implements Serializable

See Also:
Serialized Form

Constructor Summary
RemoteSecurityLevel()
           
RemoteSecurityLevel(String id, String name, String description)
           
 
Method Summary
 boolean equals(Object obj)
           
 String getDescription()
          Gets the description value for this RemoteSecurityLevel.
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Serializer
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setDescription(String description)
          Sets the description value for this RemoteSecurityLevel.
 
Methods inherited from class org.apache.maven.plugins.patchtracker.tracking.jira.soap.AbstractNamedRemoteEntity
getName, setName
 
Methods inherited from class org.apache.maven.plugins.patchtracker.tracking.jira.soap.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(String id,
                           String name,
                           String description)
Method Detail

getDescription

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

Returns:
description

setDescription

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

Parameters:
description -

equals

public boolean equals(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(String mechType,
                                                                Class _javaType,
                                                                QName _xmlType)
Get Custom Serializer


getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(String mechType,
                                                                    Class _javaType,
                                                                    QName _xmlType)
Get Custom Deserializer



Copyright © 2002-2011 The Apache Software Foundation. All Rights Reserved.