hudson.plugins.mantis.soap.mantis110
Class ProjectVersionData

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

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

See Also:
Serialized Form

Constructor Summary
ProjectVersionData()
           
ProjectVersionData(java.math.BigInteger id, java.lang.String name, java.math.BigInteger project_id, java.util.Calendar date_order, java.lang.String description, java.lang.Boolean released)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.util.Calendar getDate_order()
          Gets the date_order value for this ProjectVersionData.
 java.lang.String getDescription()
          Gets the description value for this ProjectVersionData.
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 ProjectVersionData.
 java.lang.String getName()
          Gets the name value for this ProjectVersionData.
 java.math.BigInteger getProject_id()
          Gets the project_id value for this ProjectVersionData.
 java.lang.Boolean getReleased()
          Gets the released value for this ProjectVersionData.
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 setDate_order(java.util.Calendar date_order)
          Sets the date_order value for this ProjectVersionData.
 void setDescription(java.lang.String description)
          Sets the description value for this ProjectVersionData.
 void setId(java.math.BigInteger id)
          Sets the id value for this ProjectVersionData.
 void setName(java.lang.String name)
          Sets the name value for this ProjectVersionData.
 void setProject_id(java.math.BigInteger project_id)
          Sets the project_id value for this ProjectVersionData.
 void setReleased(java.lang.Boolean released)
          Sets the released value for this ProjectVersionData.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProjectVersionData

public ProjectVersionData()

ProjectVersionData

public ProjectVersionData(java.math.BigInteger id,
                          java.lang.String name,
                          java.math.BigInteger project_id,
                          java.util.Calendar date_order,
                          java.lang.String description,
                          java.lang.Boolean released)
Method Detail

getId

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

Returns:
id

setId

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

Parameters:
id -

getName

public java.lang.String getName()
Gets the name value for this ProjectVersionData.

Returns:
name

setName

public void setName(java.lang.String name)
Sets the name value for this ProjectVersionData.

Parameters:
name -

getProject_id

public java.math.BigInteger getProject_id()
Gets the project_id value for this ProjectVersionData.

Returns:
project_id

setProject_id

public void setProject_id(java.math.BigInteger project_id)
Sets the project_id value for this ProjectVersionData.

Parameters:
project_id -

getDate_order

public java.util.Calendar getDate_order()
Gets the date_order value for this ProjectVersionData.

Returns:
date_order

setDate_order

public void setDate_order(java.util.Calendar date_order)
Sets the date_order value for this ProjectVersionData.

Parameters:
date_order -

getDescription

public java.lang.String getDescription()
Gets the description value for this ProjectVersionData.

Returns:
description

setDescription

public void setDescription(java.lang.String description)
Sets the description value for this ProjectVersionData.

Parameters:
description -

getReleased

public java.lang.Boolean getReleased()
Gets the released value for this ProjectVersionData.

Returns:
released

setReleased

public void setReleased(java.lang.Boolean released)
Sets the released value for this ProjectVersionData.

Parameters:
released -

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.