com.hack23.cia.model.application.api
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 setOperationStatus(AgentOperationStatus operationStatus)
          Sets the operation status.
 
Methods inherited from interface com.hack23.cia.model.common.api.Resource
getResourceType, setResourceType
 
Methods inherited from interface com.hack23.cia.model.common.api.PersistedModelObject
getId, 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

setOperationStatus

void setOperationStatus(AgentOperationStatus operationStatus)
Sets the operation status.

Parameters:
operationStatus - the new operation status


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