org.squashtest.csp.core.bugtracker.mantis.binding
Class FilterData

java.lang.Object
  extended by org.squashtest.csp.core.bugtracker.mantis.binding.FilterData
All Implemented Interfaces:
Serializable

public class FilterData
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
FilterData()
           
FilterData(BigInteger id, AccountData owner, BigInteger project_id, Boolean is_public, String name, String filter_string, String url)
           
 
Method Summary
 boolean equals(Object obj)
           
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
 String getFilter_string()
          Gets the filter_string value for this FilterData.
 BigInteger getId()
          Gets the id value for this FilterData.
 Boolean getIs_public()
          Gets the is_public value for this FilterData.
 String getName()
          Gets the name value for this FilterData.
 AccountData getOwner()
          Gets the owner value for this FilterData.
 BigInteger getProject_id()
          Gets the project_id value for this FilterData.
static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Serializer
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 String getUrl()
          Gets the url value for this FilterData.
 int hashCode()
           
 void setFilter_string(String filter_string)
          Sets the filter_string value for this FilterData.
 void setId(BigInteger id)
          Sets the id value for this FilterData.
 void setIs_public(Boolean is_public)
          Sets the is_public value for this FilterData.
 void setName(String name)
          Sets the name value for this FilterData.
 void setOwner(AccountData owner)
          Sets the owner value for this FilterData.
 void setProject_id(BigInteger project_id)
          Sets the project_id value for this FilterData.
 void setUrl(String url)
          Sets the url 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(BigInteger id,
                  AccountData owner,
                  BigInteger project_id,
                  Boolean is_public,
                  String name,
                  String filter_string,
                  String url)
Method Detail

getId

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

Returns:
id

setId

public void setId(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 BigInteger getProject_id()
Gets the project_id value for this FilterData.

Returns:
project_id

setProject_id

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

Parameters:
project_id -

getIs_public

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

Returns:
is_public

setIs_public

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

Parameters:
is_public -

getName

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

Returns:
name

setName

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

Parameters:
name -

getFilter_string

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

Returns:
filter_string

setFilter_string

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

Parameters:
filter_string -

getUrl

public String getUrl()
Gets the url value for this FilterData.

Returns:
url

setUrl

public void setUrl(String url)
Sets the url value for this FilterData.

Parameters:
url -

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object


getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(String mechType,
                                                                Class _javaType,
                                                                QName _xmlType)
Get Custom Serializer


getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(String mechType,
                                                                    Class _javaType,
                                                                    QName _xmlType)
Get Custom Deserializer



Copyright © 2010-2013 Henix, henix.fr. All Rights Reserved.