|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||
java.lang.Objectjp.go.nict.langrid.service_1_2.exampletemplate.Blank
public class Blank
単語カテゴリ保持クラス
穴あき部分毎に選択可能穴埋め単語カテゴリを保持.
| コンストラクタの概要 | |
|---|---|
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 |
| コンストラクタの詳細 |
|---|
public Blank()
public Blank(String pId,
WordCategory[] wordCategories)
pId - パラメータIDwordCategories - 穴埋め単語カテゴリ情報| メソッドの詳細 |
|---|
public boolean equals(Object value)
Object 内の equalspublic int hashCode()
Object 内の hashCodepublic String toString()
Object 内の toStringpublic String getPId()
public void setPId(String id)
id - pIdpublic WordCategory[] getWordCategories()
public void setWordCategories(WordCategory[] wordCategories)
wordCategories - wordCategoriespublic String[] getTexts()
public void setTexts(String[] texts)
texts - texts
|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||