com.borland.sctm.ws.planning.entities
Class NodeFilter

java.lang.Object
  extended by com.borland.sctm.ws.planning.entities.NodeFilter
All Implemented Interfaces:
java.io.Serializable

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

See Also:
Serialized Form

Constructor Summary
NodeFilter()
           
NodeFilter(int testPlanningFilterId, java.lang.String createdBy, java.lang.String testDefinitionType)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getCreatedBy()
          Gets the createdBy value for this NodeFilter.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
 java.lang.String getTestDefinitionType()
          Gets the testDefinitionType value for this NodeFilter.
 int getTestPlanningFilterId()
          Gets the testPlanningFilterId value for this NodeFilter.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setCreatedBy(java.lang.String createdBy)
          Sets the createdBy value for this NodeFilter.
 void setTestDefinitionType(java.lang.String testDefinitionType)
          Sets the testDefinitionType value for this NodeFilter.
 void setTestPlanningFilterId(int testPlanningFilterId)
          Sets the testPlanningFilterId value for this NodeFilter.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NodeFilter

public NodeFilter()

NodeFilter

public NodeFilter(int testPlanningFilterId,
                  java.lang.String createdBy,
                  java.lang.String testDefinitionType)
Method Detail

getTestPlanningFilterId

public int getTestPlanningFilterId()
Gets the testPlanningFilterId value for this NodeFilter.

Returns:
testPlanningFilterId

setTestPlanningFilterId

public void setTestPlanningFilterId(int testPlanningFilterId)
Sets the testPlanningFilterId value for this NodeFilter.

Parameters:
testPlanningFilterId -

getCreatedBy

public java.lang.String getCreatedBy()
Gets the createdBy value for this NodeFilter.

Returns:
createdBy

setCreatedBy

public void setCreatedBy(java.lang.String createdBy)
Sets the createdBy value for this NodeFilter.

Parameters:
createdBy -

getTestDefinitionType

public java.lang.String getTestDefinitionType()
Gets the testDefinitionType value for this NodeFilter.

Returns:
testDefinitionType

setTestDefinitionType

public void setTestDefinitionType(java.lang.String testDefinitionType)
Sets the testDefinitionType value for this NodeFilter.

Parameters:
testDefinitionType -

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