hudson.plugins.mantis.soap.mantis120
Class RelationshipData

java.lang.Object
  extended by hudson.plugins.mantis.soap.mantis120.RelationshipData
All Implemented Interfaces:
java.io.Serializable

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

See Also:
Serialized Form

Constructor Summary
RelationshipData()
           
RelationshipData(java.math.BigInteger id, ObjectRef type, java.math.BigInteger target_id)
           
 
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
 java.math.BigInteger getId()
          Gets the id value for this RelationshipData.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
 java.math.BigInteger getTarget_id()
          Gets the target_id value for this RelationshipData.
 ObjectRef getType()
          Gets the type value for this RelationshipData.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setId(java.math.BigInteger id)
          Sets the id value for this RelationshipData.
 void setTarget_id(java.math.BigInteger target_id)
          Sets the target_id value for this RelationshipData.
 void setType(ObjectRef type)
          Sets the type value for this RelationshipData.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RelationshipData

public RelationshipData()

RelationshipData

public RelationshipData(java.math.BigInteger id,
                        ObjectRef type,
                        java.math.BigInteger target_id)
Method Detail

getId

public java.math.BigInteger getId()
Gets the id value for this RelationshipData.

Returns:
id

setId

public void setId(java.math.BigInteger id)
Sets the id value for this RelationshipData.

Parameters:
id -

getType

public ObjectRef getType()
Gets the type value for this RelationshipData.

Returns:
type

setType

public void setType(ObjectRef type)
Sets the type value for this RelationshipData.

Parameters:
type -

getTarget_id

public java.math.BigInteger getTarget_id()
Gets the target_id value for this RelationshipData.

Returns:
target_id

setTarget_id

public void setTarget_id(java.math.BigInteger target_id)
Sets the target_id value for this RelationshipData.

Parameters:
target_id -

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.