public class Entity extends Object implements Serializable
| Constructor and Description |
|---|
Entity() |
| Modifier and Type | Method and Description |
|---|---|
String |
getEnd()
Gets the end.
|
String |
getEntity()
Gets the entity.
|
String |
getStart()
Gets the start.
|
String |
getValue()
Gets the value.
|
void |
setEnd(String end)
Sets the end.
|
void |
setEntity(String entity)
Sets the entity.
|
void |
setStart(String start)
Sets the start.
|
void |
setValue(String value)
Sets the value.
|
public String getStart()
public void setStart(String start)
start - the new startpublic String getEnd()
public void setEnd(String end)
end - the new endpublic String getValue()
public void setValue(String value)
value - the new valuepublic String getEntity()
public void setEntity(String entity)
entity - the new entityCopyright © 2017 BotMill. All rights reserved.