com.hack23.cia.model.api.application.control
Interface AgentOperation

Package class diagram package AgentOperation
All Superinterfaces:
ApplicationResource, ModelObject, PersistedModelObject, Resource, Serializable
All Known Implementing Classes:
SoftwareAgentOperation

public interface AgentOperation
extends ApplicationResource

The Interface AgentOperation.


Nested Class Summary
Modifier and Type Interface and Description
static class AgentOperation.AgentOperationType
          The Enum AgentOperationType.
 
Method Summary
Modifier and Type Method and Description
 String getAgentName()
          Gets the agent name.
 AgentOperation.AgentOperationType getAgentOperationType()
          Gets the agent operation type.
 String getAgentOperativeCode()
          Gets the agent operative code.
 void setAgentName(String agentName)
          Sets the agent name.
 void setAgentOperativeCode(String agentOperativeCode)
          Sets the agent operative code.
 void setOperationStatus(AgentOperationStatus operationStatus)
          Sets the operation status.
 
Methods inherited from interface com.hack23.cia.model.api.common.Resource
getResourceType
 
Methods inherited from interface com.hack23.cia.model.api.common.PersistedModelObject
getId, getTypeContext, getVersion, isNew, setId, setVersion
 

Method Detail

getAgentName

String getAgentName()
Gets the agent name.

Returns:
the agent name

getAgentOperationType

AgentOperation.AgentOperationType getAgentOperationType()
Gets the agent operation type.

Returns:
the agent operation type

getAgentOperativeCode

String getAgentOperativeCode()
Gets the agent operative code.

Returns:
the agent operative code

setAgentName

void setAgentName(String agentName)
Sets the agent name.

Parameters:
agentName - the new agent name

setAgentOperativeCode

void setAgentOperativeCode(String agentOperativeCode)
Sets the agent operative code.

Parameters:
agentOperativeCode - the new agent operative code

setOperationStatus

void setOperationStatus(AgentOperationStatus operationStatus)
Sets the operation status.

Parameters:
operationStatus - the new operation status


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