public class Agent extends Object implements Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
Agent.AGENT_TYPE |
| Constructor and Description |
|---|
Agent() |
Agent(String id,
String name,
Agent.AGENT_TYPE type) |
| Modifier and Type | Method and Description |
|---|---|
String |
getId() |
String |
getName() |
Agent.AGENT_TYPE |
getType() |
void |
setId(String id) |
void |
setName(String name) |
void |
setType(Agent.AGENT_TYPE type) |
public Agent()
public Agent(String id, String name, Agent.AGENT_TYPE type)
public String getId()
public void setId(String id)
public String getName()
public void setName(String name)
public Agent.AGENT_TYPE getType()
public void setType(Agent.AGENT_TYPE type)
Copyright © 2017. All rights reserved.