|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecthudson.plugins.mantis.soap.mantis120.FilterData
public class FilterData
| Constructor Summary | |
|---|---|
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)
|
|
| Method Summary | |
|---|---|
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()
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
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)
| Method Detail |
|---|
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)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic 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)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||