public class MultilingualTranslation extends Object implements Serializable
| コンストラクタと説明 |
|---|
MultilingualTranslation()
Constructor.
|
MultilingualTranslation(String headWord,
String[][] targetWords)
Constructor.
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(Object value) |
String |
getHeadWord()
Gets headword.
|
String[][] |
getTargetWords()
Gets the array of the bilingual translation.
|
int |
hashCode() |
void |
setHeadWord(String headWord)
Sets headword.
|
void |
setTargetWords(String[][] targetWords)
Sets the array of the bilingual translation.
|
String |
toString() |
public String getHeadWord()
public void setHeadWord(String headWord)
headWord - Headingpublic String[][] getTargetWords()
public void setTargetWords(String[][] targetWords)
targetWords - Array of bilingual translationCopyright © 2019. All rights reserved.