public static class SAORelation.Action extends GenericModel
Modifier and Type | Class and Description |
---|---|
static class |
SAORelation.Action.Verb
The Class Verb.
|
Constructor and Description |
---|
Action() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getLemmatized()
Gets the lemmatized.
|
java.lang.String |
getText()
Gets the text.
|
SAORelation.Action.Verb |
getVerb()
Gets the verb.
|
void |
setLemmatized(java.lang.String lemmatized)
Sets the lemmatized.
|
void |
setText(java.lang.String text)
Sets the text.
|
void |
setVerb(SAORelation.Action.Verb verb)
Sets the verb.
|
equals, hashCode, toString
public java.lang.String getLemmatized()
public java.lang.String getText()
public SAORelation.Action.Verb getVerb()
public void setLemmatized(java.lang.String lemmatized)
lemmatized
- The lemmatizedpublic void setText(java.lang.String text)
text
- The textpublic void setVerb(SAORelation.Action.Verb verb)
verb
- The verb