public class SemanticRolesVerb extends GenericModel
Constructor and Description |
---|
SemanticRolesVerb() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getTense()
Gets the tense.
|
java.lang.String |
getText()
Gets the text.
|
void |
setTense(java.lang.String tense)
Sets the tense.
|
void |
setText(java.lang.String text)
Sets the text.
|
equals, hashCode, toString
public java.lang.String getText()
public java.lang.String getTense()
public void setText(java.lang.String text)
text
- the new textpublic void setTense(java.lang.String tense)
tense
- the new tense