com.hack23.cia.model.api.application
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.


Method Summary
 String getAgentName()
          Gets the agent name.
 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

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-2009 www.hack23.com. All Rights Reserved.