|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objecthudson.plugins.mantis.soap.IssueHeaderData
public class IssueHeaderData
| コンストラクタの概要 | |
|---|---|
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 |
| コンストラクタの詳細 |
|---|
public 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)
| メソッドの詳細 |
|---|
public java.math.BigInteger getId()
public void setId(java.math.BigInteger id)
id - public java.math.BigInteger getView_state()
public void setView_state(java.math.BigInteger view_state)
view_state - public java.util.Calendar getLast_updated()
public void setLast_updated(java.util.Calendar last_updated)
last_updated - public java.math.BigInteger getProject()
public void setProject(java.math.BigInteger project)
project - public java.lang.String getCategory()
public void setCategory(java.lang.String category)
category - public java.math.BigInteger getPriority()
public void setPriority(java.math.BigInteger priority)
priority - public java.math.BigInteger getSeverity()
public void setSeverity(java.math.BigInteger severity)
severity - public java.math.BigInteger getStatus()
public void setStatus(java.math.BigInteger status)
status - public java.math.BigInteger getReporter()
public void setReporter(java.math.BigInteger reporter)
reporter - public java.lang.String getSummary()
public void setSummary(java.lang.String summary)
summary - public java.math.BigInteger getHandler()
public void setHandler(java.math.BigInteger handler)
handler - public java.math.BigInteger getResolution()
public void setResolution(java.math.BigInteger resolution)
resolution - public java.math.BigInteger getAttachments_count()
public void setAttachments_count(java.math.BigInteger attachments_count)
attachments_count - public java.math.BigInteger getNotes_count()
public void setNotes_count(java.math.BigInteger notes_count)
notes_count - public boolean equals(java.lang.Object obj)
java.lang.Object 内の equalspublic int hashCode()
java.lang.Object 内の hashCodepublic static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||