jp.go.nict.langrid.ws_1_2.bilingualdictionary
クラス TermEntry

java.lang.Object
  上位を拡張 jp.go.nict.langrid.ws_1_2.bilingualdictionary.TermEntry
すべての実装されたインタフェース:
Serializable

public class TermEntry
extends Object
implements Serializable

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

コンストラクタの概要
TermEntry()
           
TermEntry(int id, Term[] terms)
           
 
メソッドの概要
 boolean equals(Object obj)
           
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
 int getId()
          Gets the id value for this TermEntry.
static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Serializer
 Term[] getTerms()
          Gets the terms value for this TermEntry.
static org.apache.axis.description.TypeDesc getTypeDesc()
          メタデータオブジェクトの型を返却 / [en]-(Return type metadata object)
 int hashCode()
           
 void setId(int id)
          Sets the id value for this TermEntry.
 void setTerms(Term[] terms)
          Sets the terms value for this TermEntry.
 
クラス java.lang.Object から継承されたメソッド
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

TermEntry

public TermEntry()

TermEntry

public TermEntry(int id,
                 Term[] terms)
メソッドの詳細

getId

public int getId()
Gets the id value for this TermEntry.

戻り値:
id

setId

public void setId(int id)
Sets the id value for this TermEntry.

パラメータ:
id -

getTerms

public Term[] getTerms()
Gets the terms value for this TermEntry.

戻り値:
terms

setTerms

public void setTerms(Term[] terms)
Sets the terms value for this TermEntry.

パラメータ:
terms -

equals

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

hashCode

public int hashCode()
オーバーライド:
クラス 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(String mechType,
                                                                Class _javaType,
                                                                QName _xmlType)
Get Custom Serializer


getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(String mechType,
                                                                    Class _javaType,
                                                                    QName _xmlType)
Get Custom Deserializer