|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Object jp.go.nict.langrid.service_1_2.exampletemplate.ExampleTemplate
public class ExampleTemplate
穴あき用例クラス
穴あき用例と関連するカテゴリ情報を保持する.
コンストラクタの概要 | |
---|---|
ExampleTemplate()
デフォルトコンストラクタ. |
|
ExampleTemplate(String exampleId,
String example)
コンストラクタ. |
メソッドの概要 | |
---|---|
boolean |
equals(Object value)
|
Blank[] |
getBlanks()
blanksを返す。 |
String[] |
getCategoryIds()
categoryIdsを返す。 |
String |
getExample()
exampleを返す。 |
String |
getExampleId()
exampleIdを返す。 |
int |
hashCode()
|
void |
setBlanks(Blank[] blanks)
blanksを設定する。 |
void |
setCategoryIds(String[] categoryIds)
categoryIdsを設定する。 |
void |
setExample(String example)
exampleを設定する。 |
void |
setExampleId(String exampleId)
exampleIdを設定する。 |
String |
toString()
|
クラス java.lang.Object から継承されたメソッド |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
コンストラクタの詳細 |
---|
public ExampleTemplate()
public ExampleTemplate(String exampleId, String example)
exampleId
- 穴あき用例IDexample
- 穴あき用例メソッドの詳細 |
---|
public boolean equals(Object value)
Object
内の equals
public int hashCode()
Object
内の hashCode
public String toString()
Object
内の toString
public String getExampleId()
public void setExampleId(String exampleId)
exampleId
- exampleIdpublic String getExample()
public void setExample(String example)
example
- examplepublic String[] getCategoryIds()
public void setCategoryIds(String[] categoryIds)
categoryIds
- categoryIdspublic Blank[] getBlanks()
public void setBlanks(Blank[] blanks)
blanks
- blanks
|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |