org.squashtest.csp.core.bugtracker.mantis.binding
public class FilterData extends Object implements Serializable
| Constructor and Description |
|---|
FilterData() |
FilterData(BigInteger id,
AccountData owner,
BigInteger project_id,
Boolean is_public,
String name,
String filter_string,
String url) |
| Modifier and Type | Method and Description |
|---|---|
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.
|
public FilterData()
public FilterData(BigInteger id, AccountData owner, BigInteger project_id, Boolean is_public, String name, String filter_string, String url)
public BigInteger getId()
public void setId(BigInteger id)
id - public AccountData getOwner()
public void setOwner(AccountData owner)
owner - public BigInteger getProject_id()
public void setProject_id(BigInteger project_id)
project_id - public Boolean getIs_public()
public void setIs_public(Boolean is_public)
is_public - public String getName()
public void setName(String name)
name - public String getFilter_string()
public void setFilter_string(String filter_string)
filter_string - public String getUrl()
public void setUrl(String url)
url - public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2010-2015 Henix, henix.fr. All Rights Reserved.