public class AgentID
extends java.lang.Object
| Constructor and Description |
|---|
AgentID(Constants.AgentType pAgentType,
int pAgentNumber) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAgentIDString()
Returns the agent's identifier as a string.
|
int |
getAgentNumber()
Gets the agentNumber attribute.
|
Constants.AgentType |
getAgentType()
Gets the agentType attribute.
|
void |
setAgentNumber(int pAgentNumber)
Sets the agentNumber attribute.
|
void |
setAgentType(Constants.AgentType pAgentType)
Sets the agentType attribute.
|
public AgentID(Constants.AgentType pAgentType, int pAgentNumber)
pAgentType - pAgentNumber - public java.lang.String getAgentIDString()
public Constants.AgentType getAgentType()
public void setAgentType(Constants.AgentType pAgentType)
pAgentType - public int getAgentNumber()
public void setAgentNumber(int pAgentNumber)
pAgentNumber -