public class ParallelTextWithId extends ParallelText implements Serializable
| Constructor and Description |
|---|
ParallelTextWithId()
Constructor.
|
ParallelTextWithId(String parallelTextId,
String source,
String target,
Category[] categories) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object value) |
Category[] |
getCategories() |
String |
getParalleltTextId() |
int |
hashCode() |
void |
setCategories(Category[] categories) |
void |
setParalleltTextId(String paralleltTextId) |
String |
toString() |
getSource, getTarget, setSource, setTargetpublic boolean equals(Object value)
equals in class ParallelTextpublic int hashCode()
hashCode in class ParallelTextpublic String toString()
toString in class ParallelTextpublic String getParalleltTextId()
public void setParalleltTextId(String paralleltTextId)
public Category[] getCategories()
public void setCategories(Category[] categories)