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

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.AbstractRemoteConstant
              extended by org.apache.maven.plugins.patchtracker.tracking.jira.soap.RemoteIssueType
All Implemented Interfaces:
Serializable

public class RemoteIssueType
extends AbstractRemoteConstant
implements Serializable

See Also:
Serialized Form

Constructor Summary
RemoteIssueType()
           
RemoteIssueType(String id, String name, String description, String icon, boolean subTask)
           
 
Method Summary
 boolean equals(Object obj)
           
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()
           
 boolean isSubTask()
          Gets the subTask value for this RemoteIssueType.
 void setSubTask(boolean subTask)
          Sets the subTask value for this RemoteIssueType.
 
Methods inherited from class org.apache.maven.plugins.patchtracker.tracking.jira.soap.AbstractRemoteConstant
getDescription, getIcon, setDescription, setIcon
 
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

RemoteIssueType

public RemoteIssueType()

RemoteIssueType

public RemoteIssueType(String id,
                       String name,
                       String description,
                       String icon,
                       boolean subTask)
Method Detail

isSubTask

public boolean isSubTask()
Gets the subTask value for this RemoteIssueType.

Returns:
subTask

setSubTask

public void setSubTask(boolean subTask)
Sets the subTask value for this RemoteIssueType.

Parameters:
subTask -

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class AbstractRemoteConstant

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.