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

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.NodeProperty
All Implemented Interfaces:
java.io.Serializable

public class NodeProperty
extends NamedEntity
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
NodeProperty()
           
NodeProperty(int id, java.lang.String name, java.lang.String description, java.lang.String value, int inheretedFrom)
           
 
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 getInheretedFrom()
          Gets the inheretedFrom value for this NodeProperty.
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
 java.lang.String getValue()
          Gets the value value for this NodeProperty.
 int hashCode()
           
 void setInheretedFrom(int inheretedFrom)
          Sets the inheretedFrom value for this NodeProperty.
 void setValue(java.lang.String value)
          Sets the value value for this NodeProperty.
 
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

NodeProperty

public NodeProperty()

NodeProperty

public NodeProperty(int id,
                    java.lang.String name,
                    java.lang.String description,
                    java.lang.String value,
                    int inheretedFrom)
Method Detail

getValue

public java.lang.String getValue()
Gets the value value for this NodeProperty.

Returns:
value

setValue

public void setValue(java.lang.String value)
Sets the value value for this NodeProperty.

Parameters:
value -

getInheretedFrom

public int getInheretedFrom()
Gets the inheretedFrom value for this NodeProperty.

Returns:
inheretedFrom

setInheretedFrom

public void setInheretedFrom(int inheretedFrom)
Sets the inheretedFrom value for this NodeProperty.

Parameters:
inheretedFrom -

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.