public class SemanticRolesObject extends GenericModel
Constructor and Description |
---|
SemanticRolesObject() |
Modifier and Type | Method and Description |
---|---|
java.util.List<SemanticRolesKeyword> |
getKeywords()
Gets the keywords.
|
java.lang.String |
getText()
Gets the text.
|
void |
setKeywords(java.util.List<SemanticRolesKeyword> keywords)
Sets the keywords.
|
void |
setText(java.lang.String text)
Sets the text.
|
equals, hashCode, toString
public java.lang.String getText()
public java.util.List<SemanticRolesKeyword> getKeywords()
public void setText(java.lang.String text)
text
- the new textpublic void setKeywords(java.util.List<SemanticRolesKeyword> keywords)
keywords
- the new keywords