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

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

public class TagDataSearchResult
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
TagDataSearchResult()
           
TagDataSearchResult(TagData[] 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
 TagData[] getResults()
          Gets the results value for this TagDataSearchResult.
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 TagDataSearchResult.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setResults(TagData[] results)
          Sets the results value for this TagDataSearchResult.
 void setTotal_results(BigInteger total_results)
          Sets the total_results value for this TagDataSearchResult.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TagDataSearchResult

public TagDataSearchResult()

TagDataSearchResult

public TagDataSearchResult(TagData[] results,
                           BigInteger total_results)
Method Detail

getResults

public TagData[] getResults()
Gets the results value for this TagDataSearchResult.

Returns:
results

setResults

public void setResults(TagData[] results)
Sets the results value for this TagDataSearchResult.

Parameters:
results -

getTotal_results

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

Returns:
total_results

setTotal_results

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

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.