com.borland.tm.webservices.tmplanning.entities
Class TestPlanningNode

java.lang.Object
  extended by com.borland.tm.webservices.tmplanning.entities.Entity
      extended by com.borland.tm.webservices.tmplanning.entities.NamedEntity
          extended by com.borland.tm.webservices.tmplanning.entities.TestPlanningNode
All Implemented Interfaces:
java.io.Serializable

public class TestPlanningNode
extends NamedEntity
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
TestPlanningNode()
           
TestPlanningNode(int id, java.lang.String name, java.lang.String description, PropertyValue[] propertyValues, int kind)
           
 
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
 int getKind()
          Gets the kind value for this TestPlanningNode.
 PropertyValue[] getPropertyValues()
          Gets the propertyValues value for this TestPlanningNode.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setKind(int kind)
          Sets the kind value for this TestPlanningNode.
 void setPropertyValues(PropertyValue[] propertyValues)
          Sets the propertyValues value for this TestPlanningNode.
 
Methods inherited from class com.borland.tm.webservices.tmplanning.entities.NamedEntity
getDescription, getName, setDescription, setName
 
Methods inherited from class com.borland.tm.webservices.tmplanning.entities.Entity
getId, setId
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestPlanningNode

public TestPlanningNode()

TestPlanningNode

public TestPlanningNode(int id,
                        java.lang.String name,
                        java.lang.String description,
                        PropertyValue[] propertyValues,
                        int kind)
Method Detail

getPropertyValues

public PropertyValue[] getPropertyValues()
Gets the propertyValues value for this TestPlanningNode.

Returns:
propertyValues

setPropertyValues

public void setPropertyValues(PropertyValue[] propertyValues)
Sets the propertyValues value for this TestPlanningNode.

Parameters:
propertyValues -

getKind

public int getKind()
Gets the kind value for this TestPlanningNode.

Returns:
kind

setKind

public void setKind(int kind)
Sets the kind value for this TestPlanningNode.

Parameters:
kind -

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class NamedEntity

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 © 2009. All Rights Reserved.