jp.go.nict.langrid.service_1_2.exampletemplate
クラス Blank

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

public class Blank
extends Object
implements Serializable

単語カテゴリ保持クラス
穴あき部分毎に選択可能穴埋め単語カテゴリを保持.

バージョン:
$Revision: 12842 $
作成者:
koyama, $Author: nakaguchi $
関連項目:
直列化された形式

コンストラクタの概要
Blank()
          デフォルトコンストラクタ.
Blank(String pId, WordCategory[] wordCategories)
          コンストラクタ.
 
メソッドの概要
 boolean equals(Object value)
           
 String getPId()
          pIdを返す。
 String[] getTexts()
          textsを返す。
 WordCategory[] getWordCategories()
          wordCategoriesを返す。
 int hashCode()
           
 void setPId(String id)
          pIdを設定する。
 void setTexts(String[] texts)
          textsを設定する。
 void setWordCategories(WordCategory[] wordCategories)
          wordCategoriesを設定する。
 String toString()
           
 
クラス java.lang.Object から継承されたメソッド
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

コンストラクタの詳細

Blank

public Blank()
デフォルトコンストラクタ.


Blank

public Blank(String pId,
             WordCategory[] wordCategories)
コンストラクタ.

パラメータ:
pId - パラメータID
wordCategories - 穴埋め単語カテゴリ情報
メソッドの詳細

equals

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

hashCode

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

toString

public String toString()
オーバーライド:
クラス Object 内の toString

getPId

public String getPId()
pIdを返す。

戻り値:
pId

setPId

public void setPId(String id)
pIdを設定する。

パラメータ:
id - pId

getWordCategories

public WordCategory[] getWordCategories()
wordCategoriesを返す。

戻り値:
wordCategories

setWordCategories

public void setWordCategories(WordCategory[] wordCategories)
wordCategoriesを設定する。

パラメータ:
wordCategories - wordCategories

getTexts

public String[] getTexts()
textsを返す。

戻り値:
texts

setTexts

public void setTexts(String[] texts)
textsを設定する。

パラメータ:
texts - texts