hudson.plugins.mantis.soap.mantis110
クラス IssueNoteData

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

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

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

コンストラクタの概要
IssueNoteData()
           
IssueNoteData(java.math.BigInteger id, AccountData reporter, java.lang.String text, ObjectRef view_state, java.util.Calendar date_submitted, java.util.Calendar last_modified)
           
 
メソッドの概要
 boolean equals(java.lang.Object obj)
           
 java.util.Calendar getDate_submitted()
          Gets the date_submitted value for this IssueNoteData.
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 getId()
          Gets the id value for this IssueNoteData.
 java.util.Calendar getLast_modified()
          Gets the last_modified value for this IssueNoteData.
 AccountData getReporter()
          Gets the reporter value for this IssueNoteData.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
 java.lang.String getText()
          Gets the text value for this IssueNoteData.
static org.apache.axis.description.TypeDesc getTypeDesc()
          メタデータオブジェクトの型を返却 / [en]-(Return type metadata object)
 ObjectRef getView_state()
          Gets the view_state value for this IssueNoteData.
 int hashCode()
           
 void setDate_submitted(java.util.Calendar date_submitted)
          Sets the date_submitted value for this IssueNoteData.
 void setId(java.math.BigInteger id)
          Sets the id value for this IssueNoteData.
 void setLast_modified(java.util.Calendar last_modified)
          Sets the last_modified value for this IssueNoteData.
 void setReporter(AccountData reporter)
          Sets the reporter value for this IssueNoteData.
 void setText(java.lang.String text)
          Sets the text value for this IssueNoteData.
 void setView_state(ObjectRef view_state)
          Sets the view_state value for this IssueNoteData.
 
クラス java.lang.Object から継承されたメソッド
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

IssueNoteData

public IssueNoteData()

IssueNoteData

public IssueNoteData(java.math.BigInteger id,
                     AccountData reporter,
                     java.lang.String text,
                     ObjectRef view_state,
                     java.util.Calendar date_submitted,
                     java.util.Calendar last_modified)
メソッドの詳細

getId

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

戻り値:
id

setId

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

パラメータ:
id -

getReporter

public AccountData getReporter()
Gets the reporter value for this IssueNoteData.

戻り値:
reporter

setReporter

public void setReporter(AccountData reporter)
Sets the reporter value for this IssueNoteData.

パラメータ:
reporter -

getText

public java.lang.String getText()
Gets the text value for this IssueNoteData.

戻り値:
text

setText

public void setText(java.lang.String text)
Sets the text value for this IssueNoteData.

パラメータ:
text -

getView_state

public ObjectRef getView_state()
Gets the view_state value for this IssueNoteData.

戻り値:
view_state

setView_state

public void setView_state(ObjectRef view_state)
Sets the view_state value for this IssueNoteData.

パラメータ:
view_state -

getDate_submitted

public java.util.Calendar getDate_submitted()
Gets the date_submitted value for this IssueNoteData.

戻り値:
date_submitted

setDate_submitted

public void setDate_submitted(java.util.Calendar date_submitted)
Sets the date_submitted value for this IssueNoteData.

パラメータ:
date_submitted -

getLast_modified

public java.util.Calendar getLast_modified()
Gets the last_modified value for this IssueNoteData.

戻り値:
last_modified

setLast_modified

public void setLast_modified(java.util.Calendar last_modified)
Sets the last_modified value for this IssueNoteData.

パラメータ:
last_modified -

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