hudson.plugins.mantis.soap.mantis120
Class IssueHeaderData

java.lang.Object
  extended by hudson.plugins.mantis.soap.mantis120.IssueHeaderData
All Implemented Interfaces:
java.io.Serializable

public class IssueHeaderData
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
IssueHeaderData()
           
IssueHeaderData(java.math.BigInteger id, java.math.BigInteger view_state, java.util.Calendar last_updated, java.math.BigInteger project, java.lang.String category, java.math.BigInteger priority, java.math.BigInteger severity, java.math.BigInteger status, java.math.BigInteger reporter, java.lang.String summary, java.math.BigInteger handler, java.math.BigInteger resolution, java.math.BigInteger attachments_count, java.math.BigInteger notes_count)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.math.BigInteger getAttachments_count()
          Gets the attachments_count value for this IssueHeaderData.
 java.lang.String getCategory()
          Gets the category value for this IssueHeaderData.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 java.math.BigInteger getHandler()
          Gets the handler value for this IssueHeaderData.
 java.math.BigInteger getId()
          Gets the id value for this IssueHeaderData.
 java.util.Calendar getLast_updated()
          Gets the last_updated value for this IssueHeaderData.
 java.math.BigInteger getNotes_count()
          Gets the notes_count value for this IssueHeaderData.
 java.math.BigInteger getPriority()
          Gets the priority value for this IssueHeaderData.
 java.math.BigInteger getProject()
          Gets the project value for this IssueHeaderData.
 java.math.BigInteger getReporter()
          Gets the reporter value for this IssueHeaderData.
 java.math.BigInteger getResolution()
          Gets the resolution value for this IssueHeaderData.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
 java.math.BigInteger getSeverity()
          Gets the severity value for this IssueHeaderData.
 java.math.BigInteger getStatus()
          Gets the status value for this IssueHeaderData.
 java.lang.String getSummary()
          Gets the summary value for this IssueHeaderData.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 java.math.BigInteger getView_state()
          Gets the view_state value for this IssueHeaderData.
 int hashCode()
           
 void setAttachments_count(java.math.BigInteger attachments_count)
          Sets the attachments_count value for this IssueHeaderData.
 void setCategory(java.lang.String category)
          Sets the category value for this IssueHeaderData.
 void setHandler(java.math.BigInteger handler)
          Sets the handler value for this IssueHeaderData.
 void setId(java.math.BigInteger id)
          Sets the id value for this IssueHeaderData.
 void setLast_updated(java.util.Calendar last_updated)
          Sets the last_updated value for this IssueHeaderData.
 void setNotes_count(java.math.BigInteger notes_count)
          Sets the notes_count value for this IssueHeaderData.
 void setPriority(java.math.BigInteger priority)
          Sets the priority value for this IssueHeaderData.
 void setProject(java.math.BigInteger project)
          Sets the project value for this IssueHeaderData.
 void setReporter(java.math.BigInteger reporter)
          Sets the reporter value for this IssueHeaderData.
 void setResolution(java.math.BigInteger resolution)
          Sets the resolution value for this IssueHeaderData.
 void setSeverity(java.math.BigInteger severity)
          Sets the severity value for this IssueHeaderData.
 void setStatus(java.math.BigInteger status)
          Sets the status value for this IssueHeaderData.
 void setSummary(java.lang.String summary)
          Sets the summary value for this IssueHeaderData.
 void setView_state(java.math.BigInteger view_state)
          Sets the view_state value for this IssueHeaderData.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IssueHeaderData

public IssueHeaderData()

IssueHeaderData

public IssueHeaderData(java.math.BigInteger id,
                       java.math.BigInteger view_state,
                       java.util.Calendar last_updated,
                       java.math.BigInteger project,
                       java.lang.String category,
                       java.math.BigInteger priority,
                       java.math.BigInteger severity,
                       java.math.BigInteger status,
                       java.math.BigInteger reporter,
                       java.lang.String summary,
                       java.math.BigInteger handler,
                       java.math.BigInteger resolution,
                       java.math.BigInteger attachments_count,
                       java.math.BigInteger notes_count)
Method Detail

getId

public java.math.BigInteger getId()
Gets the id value for this IssueHeaderData.

Returns:
id

setId

public void setId(java.math.BigInteger id)
Sets the id value for this IssueHeaderData.

Parameters:
id -

getView_state

public java.math.BigInteger getView_state()
Gets the view_state value for this IssueHeaderData.

Returns:
view_state

setView_state

public void setView_state(java.math.BigInteger view_state)
Sets the view_state value for this IssueHeaderData.

Parameters:
view_state -

getLast_updated

public java.util.Calendar getLast_updated()
Gets the last_updated value for this IssueHeaderData.

Returns:
last_updated

setLast_updated

public void setLast_updated(java.util.Calendar last_updated)
Sets the last_updated value for this IssueHeaderData.

Parameters:
last_updated -

getProject

public java.math.BigInteger getProject()
Gets the project value for this IssueHeaderData.

Returns:
project

setProject

public void setProject(java.math.BigInteger project)
Sets the project value for this IssueHeaderData.

Parameters:
project -

getCategory

public java.lang.String getCategory()
Gets the category value for this IssueHeaderData.

Returns:
category

setCategory

public void setCategory(java.lang.String category)
Sets the category value for this IssueHeaderData.

Parameters:
category -

getPriority

public java.math.BigInteger getPriority()
Gets the priority value for this IssueHeaderData.

Returns:
priority

setPriority

public void setPriority(java.math.BigInteger priority)
Sets the priority value for this IssueHeaderData.

Parameters:
priority -

getSeverity

public java.math.BigInteger getSeverity()
Gets the severity value for this IssueHeaderData.

Returns:
severity

setSeverity

public void setSeverity(java.math.BigInteger severity)
Sets the severity value for this IssueHeaderData.

Parameters:
severity -

getStatus

public java.math.BigInteger getStatus()
Gets the status value for this IssueHeaderData.

Returns:
status

setStatus

public void setStatus(java.math.BigInteger status)
Sets the status value for this IssueHeaderData.

Parameters:
status -

getReporter

public java.math.BigInteger getReporter()
Gets the reporter value for this IssueHeaderData.

Returns:
reporter

setReporter

public void setReporter(java.math.BigInteger reporter)
Sets the reporter value for this IssueHeaderData.

Parameters:
reporter -

getSummary

public java.lang.String getSummary()
Gets the summary value for this IssueHeaderData.

Returns:
summary

setSummary

public void setSummary(java.lang.String summary)
Sets the summary value for this IssueHeaderData.

Parameters:
summary -

getHandler

public java.math.BigInteger getHandler()
Gets the handler value for this IssueHeaderData.

Returns:
handler

setHandler

public void setHandler(java.math.BigInteger handler)
Sets the handler value for this IssueHeaderData.

Parameters:
handler -

getResolution

public java.math.BigInteger getResolution()
Gets the resolution value for this IssueHeaderData.

Returns:
resolution

setResolution

public void setResolution(java.math.BigInteger resolution)
Sets the resolution value for this IssueHeaderData.

Parameters:
resolution -

getAttachments_count

public java.math.BigInteger getAttachments_count()
Gets the attachments_count value for this IssueHeaderData.

Returns:
attachments_count

setAttachments_count

public void setAttachments_count(java.math.BigInteger attachments_count)
Sets the attachments_count value for this IssueHeaderData.

Parameters:
attachments_count -

getNotes_count

public java.math.BigInteger getNotes_count()
Gets the notes_count value for this IssueHeaderData.

Returns:
notes_count

setNotes_count

public void setNotes_count(java.math.BigInteger notes_count)
Sets the notes_count value for this IssueHeaderData.

Parameters:
notes_count -

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

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 © 2010. All Rights Reserved.