public static class SAORelation.Action.Verb extends GenericModel
Constructor and Description |
---|
Verb() |
Modifier and Type | Method and Description |
---|---|
java.lang.Integer |
getNegated()
Gets the negated.
|
java.lang.String |
getTense()
Gets the tense.
|
java.lang.String |
getText()
Gets the text.
|
void |
setNegated(java.lang.Integer negated)
Sets the negated.
|
void |
setTense(java.lang.String tense)
Sets the tense.
|
void |
setText(java.lang.String text)
Sets the text.
|
equals, hashCode, toString
public java.lang.Integer getNegated()
public java.lang.String getTense()
public java.lang.String getText()
public void setNegated(java.lang.Integer negated)
negated
- the negated to setpublic void setTense(java.lang.String tense)
tense
- The tensepublic void setText(java.lang.String text)
text
- The text