hudson.plugins.mantis.soap.mantis110
Class FilterData

java.lang.Object
  extended by hudson.plugins.mantis.soap.mantis110.FilterData
All Implemented Interfaces:
java.io.Serializable

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

See Also:
Serialized Form

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

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)
Method Detail

getId

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

Returns:
id

setId

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

Parameters:
id -

getOwner

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

Returns:
owner

setOwner

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

Parameters:
owner -

getProject_id

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

Returns:
project_id

setProject_id

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

Parameters:
project_id -

getIs_public

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

Returns:
is_public

setIs_public

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

Parameters:
is_public -

getName

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

Returns:
name

setName

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

Parameters:
name -

getFilter_string

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

Returns:
filter_string

setFilter_string

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

Parameters:
filter_string -

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
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.