com.hack23.cia.web.api.control
Class AgentDeploymentAction

Package class diagram package AgentDeploymentAction
java.lang.Object
  extended by com.hack23.cia.web.api.common.AbstractAction
      extended by com.hack23.cia.web.api.administration.AbstractAdminAction
          extended by com.hack23.cia.web.api.control.AgentDeploymentAction
All Implemented Interfaces:
ControllerAction, Serializable

public class AgentDeploymentAction
extends AbstractAdminAction

The Class AgentDeploymentAction.

See Also:
Serialized Form

Constructor Summary
Constructor and Description
AgentDeploymentAction(String agentName, String agentOperativeCode)
          Instantiates a new agent deployment action.
 
Method Summary
Modifier and Type Method and Description
 String getAgentName()
          Gets the agent name.
 String getAgentOperativeCode()
          Gets the agent operative code.
 
Methods inherited from class com.hack23.cia.web.api.common.AbstractAction
getActionCategory, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AgentDeploymentAction

public AgentDeploymentAction(String agentName,
                             String agentOperativeCode)
Instantiates a new agent deployment action.

Parameters:
agentName - the agent name
agentOperativeCode - the agent operative code
Method Detail

getAgentName

public final String getAgentName()
Gets the agent name.

Returns:
the agent name

getAgentOperativeCode

public final String getAgentOperativeCode()
Gets the agent operative code.

Returns:
the agent operative code


Copyright © 2008-2010 www.hack23.com. All Rights Reserved.