com.trackstudio.soap.client
Class SimilarTaskBean

java.lang.Object
  extended by com.trackstudio.soap.client.SimilarTaskBean
All Implemented Interfaces:
java.io.Serializable

public class SimilarTaskBean
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
SimilarTaskBean()
           
SimilarTaskBean(float[] ratings, TaskBean[] tasks)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 float[] getRatings()
          Gets the ratings value for this SimilarTaskBean.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
 TaskBean[] getTasks()
          Gets the tasks value for this SimilarTaskBean.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setRatings(float[] ratings)
          Sets the ratings value for this SimilarTaskBean.
 void setTasks(TaskBean[] tasks)
          Sets the tasks value for this SimilarTaskBean.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimilarTaskBean

public SimilarTaskBean()

SimilarTaskBean

public SimilarTaskBean(float[] ratings,
                       TaskBean[] tasks)
Method Detail

getRatings

public float[] getRatings()
Gets the ratings value for this SimilarTaskBean.

Returns:
ratings

setRatings

public void setRatings(float[] ratings)
Sets the ratings value for this SimilarTaskBean.

Parameters:
ratings -

getTasks

public TaskBean[] getTasks()
Gets the tasks value for this SimilarTaskBean.

Returns:
tasks

setTasks

public void setTasks(TaskBean[] tasks)
Sets the tasks value for this SimilarTaskBean.

Parameters:
tasks -

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

getTypeDesc

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


getSerializer

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


getDeserializer

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



Copyright © 2002-2005 TrackStudio, Ltd. All Rights Reserved.