hudson.plugins.mantis.soap.mantis110
クラス ProjectVersionData

java.lang.Object
  上位を拡張 hudson.plugins.mantis.soap.mantis110.ProjectVersionData
すべての実装されたインタフェース:
java.io.Serializable

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

関連項目:
直列化された形式

コンストラクタの概要
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)
           
 
メソッドの概要
 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()
          メタデータオブジェクトの型を返却 / [en]-(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.
 
クラス java.lang.Object から継承されたメソッド
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

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)
メソッドの詳細

getId

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

戻り値:
id

setId

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

パラメータ:
id -

getName

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

戻り値:
name

setName

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

パラメータ:
name -

getProject_id

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

戻り値:
project_id

setProject_id

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

パラメータ:
project_id -

getDate_order

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

戻り値:
date_order

setDate_order

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

パラメータ:
date_order -

getDescription

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

戻り値:
description

setDescription

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

パラメータ:
description -

getReleased

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

戻り値:
released

setReleased

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

パラメータ:
released -

equals

public boolean equals(java.lang.Object obj)
オーバーライド:
クラス java.lang.Object 内の equals

hashCode

public int hashCode()
オーバーライド:
クラス java.lang.Object 内の hashCode

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
メタデータオブジェクトの型を返却 / [en]-(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.