hudson.plugins.mantis.soap
クラス FilterData

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

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

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

コンストラクタの概要
FilterData()
           
FilterData(java.math.BigInteger id, AccountData owner, java.math.BigInteger project_id, java.lang.Boolean is_public, java.lang.String name, java.lang.String filter_string)
           
 
メソッドの概要
 boolean equals(java.lang.Object obj)
           
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 java.lang.String getFilter_string()
          Gets the filter_string value for this FilterData.
 java.math.BigInteger getId()
          Gets the id value for this FilterData.
 java.lang.Boolean getIs_public()
          Gets the is_public value for this FilterData.
 java.lang.String getName()
          Gets the name value for this FilterData.
 AccountData getOwner()
          Gets the owner value for this FilterData.
 java.math.BigInteger getProject_id()
          Gets the project_id value for this FilterData.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
static org.apache.axis.description.TypeDesc getTypeDesc()
          メタデータオブジェクトの型を返却 / [en]-(Return type metadata object)
 int hashCode()
           
 void setFilter_string(java.lang.String filter_string)
          Sets the filter_string value for this FilterData.
 void setId(java.math.BigInteger id)
          Sets the id value for this FilterData.
 void setIs_public(java.lang.Boolean is_public)
          Sets the is_public value for this FilterData.
 void setName(java.lang.String name)
          Sets the name value for this FilterData.
 void setOwner(AccountData owner)
          Sets the owner value for this FilterData.
 void setProject_id(java.math.BigInteger project_id)
          Sets the project_id value for this FilterData.
 
クラス java.lang.Object から継承されたメソッド
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

FilterData

public FilterData()

FilterData

public FilterData(java.math.BigInteger id,
                  AccountData owner,
                  java.math.BigInteger project_id,
                  java.lang.Boolean is_public,
                  java.lang.String name,
                  java.lang.String filter_string)
メソッドの詳細

getId

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

戻り値:
id

setId

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

パラメータ:
id -

getOwner

public AccountData getOwner()
Gets the owner value for this FilterData.

戻り値:
owner

setOwner

public void setOwner(AccountData owner)
Sets the owner value for this FilterData.

パラメータ:
owner -

getProject_id

public java.math.BigInteger getProject_id()
Gets the project_id value for this FilterData.

戻り値:
project_id

setProject_id

public void setProject_id(java.math.BigInteger project_id)
Sets the project_id value for this FilterData.

パラメータ:
project_id -

getIs_public

public java.lang.Boolean getIs_public()
Gets the is_public value for this FilterData.

戻り値:
is_public

setIs_public

public void setIs_public(java.lang.Boolean is_public)
Sets the is_public value for this FilterData.

パラメータ:
is_public -

getName

public java.lang.String getName()
Gets the name value for this FilterData.

戻り値:
name

setName

public void setName(java.lang.String name)
Sets the name value for this FilterData.

パラメータ:
name -

getFilter_string

public java.lang.String getFilter_string()
Gets the filter_string value for this FilterData.

戻り値:
filter_string

setFilter_string

public void setFilter_string(java.lang.String filter_string)
Sets the filter_string value for this FilterData.

パラメータ:
filter_string -

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.