public class ParallelText extends Object implements Serializable
| Constructor and Description |
|---|
ParallelText()
Constructor.
|
ParallelText(String source,
String target)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object value) |
String |
getSource()
Returns the source string of the bilingual translation.
|
String |
getTarget()
Returns the array of the bilingual translation.
|
int |
hashCode() |
void |
setSource(String source)
Sets the source string of the bilingual translation.
|
void |
setTarget(String target)
Sets the array of the bilingual translation.
|
String |
toString() |
public String getSource()
public void setSource(String source)
source - Source string for bilingual translationpublic String getTarget()
public void setTarget(String target)
target - Bilingual translation string