public class RelationArgument extends GenericModel
Constructor and Description |
---|
RelationArgument() |
Modifier and Type | Method and Description |
---|---|
java.util.List<RelationEntity> |
getEntities()
Gets the entities.
|
java.lang.String |
getText()
Gets the text.
|
void |
setEntities(java.util.List<RelationEntity> entities)
Sets the entities.
|
void |
setText(java.lang.String text)
Sets the text.
|
equals, hashCode, toString
public java.util.List<RelationEntity> getEntities()
public java.lang.String getText()
public void setEntities(java.util.List<RelationEntity> entities)
entities
- the new entitiespublic void setText(java.lang.String text)
text
- the new text