org.squashtest.csp.core.bugtracker.mantis.binding
public class ProfileDataSearchResult extends Object implements Serializable
| Constructor and Description |
|---|
ProfileDataSearchResult() |
ProfileDataSearchResult(ProfileData[] results,
BigInteger total_results) |
| 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
|
ProfileData[] |
getResults()
Gets the results value for this ProfileDataSearchResult.
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
BigInteger |
getTotal_results()
Gets the total_results value for this ProfileDataSearchResult.
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
void |
setResults(ProfileData[] results)
Sets the results value for this ProfileDataSearchResult.
|
void |
setTotal_results(BigInteger total_results)
Sets the total_results value for this ProfileDataSearchResult.
|
public ProfileDataSearchResult()
public ProfileDataSearchResult(ProfileData[] results, BigInteger total_results)
public ProfileData[] getResults()
public void setResults(ProfileData[] results)
results - public BigInteger getTotal_results()
public void setTotal_results(BigInteger total_results)
total_results - 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.