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

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

public class RemotePermission
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
RemotePermission()
           
RemotePermission(String name, Long permission)
           
 
Method Summary
 boolean equals(Object obj)
           
static org.apache.axis.encoding.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 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 setName(String name)
          Sets the name value for this RemotePermission.
 void setPermission(Long permission)
          Sets the permission value for this RemotePermission.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemotePermission

public RemotePermission()

RemotePermission

public RemotePermission(String name,
                        Long permission)
Method Detail

getName

public String getName()
Gets the name value for this RemotePermission.

Returns:
name

setName

public void setName(String name)
Sets the name value for this RemotePermission.

Parameters:
name -

getPermission

public Long getPermission()
Gets the permission value for this RemotePermission.

Returns:
permission

setPermission

public void setPermission(Long permission)
Sets the permission value for this RemotePermission.

Parameters:
permission -

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

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.