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

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

public class ProfileDataSearchResult
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
ProfileDataSearchResult()
           
ProfileDataSearchResult(ProfileData[] results, BigInteger total_results)
           
 
Method Summary
 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.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProfileDataSearchResult

public ProfileDataSearchResult()

ProfileDataSearchResult

public ProfileDataSearchResult(ProfileData[] results,
                               BigInteger total_results)
Method Detail

getResults

public ProfileData[] getResults()
Gets the results value for this ProfileDataSearchResult.

Returns:
results

setResults

public void setResults(ProfileData[] results)
Sets the results value for this ProfileDataSearchResult.

Parameters:
results -

getTotal_results

public BigInteger getTotal_results()
Gets the total_results value for this ProfileDataSearchResult.

Returns:
total_results

setTotal_results

public void setTotal_results(BigInteger total_results)
Sets the total_results value for this ProfileDataSearchResult.

Parameters:
total_results -

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.