hudson.plugins.mantis.soap
クラス IssueHeaderData

java.lang.Object
  上位を拡張 hudson.plugins.mantis.soap.IssueHeaderData
すべての実装されたインタフェース:
java.io.Serializable

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

関連項目:
直列化された形式

コンストラクタの概要
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)
           
 
メソッドの概要
 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()
          メタデータオブジェクトの型を返却 / [en]-(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.
 
クラス java.lang.Object から継承されたメソッド
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

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)
メソッドの詳細

getId

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

戻り値:
id

setId

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

パラメータ:
id -

getView_state

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

戻り値:
view_state

setView_state

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

パラメータ:
view_state -

getLast_updated

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

戻り値:
last_updated

setLast_updated

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

パラメータ:
last_updated -

getProject

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

戻り値:
project

setProject

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

パラメータ:
project -

getCategory

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

戻り値:
category

setCategory

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

パラメータ:
category -

getPriority

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

戻り値:
priority

setPriority

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

パラメータ:
priority -

getSeverity

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

戻り値:
severity

setSeverity

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

パラメータ:
severity -

getStatus

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

戻り値:
status

setStatus

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

パラメータ:
status -

getReporter

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

戻り値:
reporter

setReporter

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

パラメータ:
reporter -

getSummary

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

戻り値:
summary

setSummary

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

パラメータ:
summary -

getHandler

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

戻り値:
handler

setHandler

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

パラメータ:
handler -

getResolution

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

戻り値:
resolution

setResolution

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

パラメータ:
resolution -

getAttachments_count

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

戻り値:
attachments_count

setAttachments_count

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

パラメータ:
attachments_count -

getNotes_count

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

戻り値:
notes_count

setNotes_count

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

パラメータ:
notes_count -

equals

public boolean equals(java.lang.Object obj)
オーバーライド:
クラス java.lang.Object 内の equals

hashCode

public int hashCode()
オーバーライド:
クラス java.lang.Object 内の hashCode

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
メタデータオブジェクトの型を返却 / [en]-(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 © 2008. All Rights Reserved.