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, setTarget
public boolean equals(Object value)
equals
in class ParallelText
public int hashCode()
hashCode
in class ParallelText
public String toString()
toString
in class ParallelText
public String getParalleltTextId()
public void setParalleltTextId(String paralleltTextId)
public Category[] getCategories()
public void setCategories(Category[] categories)