|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objecthudson.plugins.mantis.soap.mantis110.FilterData
public class FilterData
| コンストラクタの概要 | |
|---|---|
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 |
| コンストラクタの詳細 |
|---|
public 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)
| メソッドの詳細 |
|---|
public java.math.BigInteger getId()
public void setId(java.math.BigInteger id)
id - public AccountData getOwner()
public void setOwner(AccountData owner)
owner - public java.math.BigInteger getProject_id()
public void setProject_id(java.math.BigInteger project_id)
project_id - public java.lang.Boolean getIs_public()
public void setIs_public(java.lang.Boolean is_public)
is_public - public java.lang.String getName()
public void setName(java.lang.String name)
name - public java.lang.String getFilter_string()
public void setFilter_string(java.lang.String filter_string)
filter_string - 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)
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||