com.hack23.cia.model.application.impl.common
Class SoftwareAgentOperation

Package class diagram package SoftwareAgentOperation
java.lang.Object
  extended by com.hack23.cia.model.common.impl.BaseEntity
      extended by com.hack23.cia.model.common.impl.AbstractResource
          extended by com.hack23.cia.model.application.impl.common.AbstractApplicationResource
              extended by com.hack23.cia.model.application.impl.common.SoftwareAgentOperation
All Implemented Interfaces:
AgentOperation, ApplicationResource, ModelObject, PersistedModelObject, Resource, Serializable

@Entity
public class SoftwareAgentOperation
extends AbstractApplicationResource
implements AgentOperation

The Class SoftwareAgentOperation.

See Also:
Serialized Form

Constructor Summary
SoftwareAgentOperation()
          Instantiates a new software agent operation.
 
Method Summary
 String getAgentName()
          Gets the agent name.
 String getAgentOperativeCode()
          Gets the agent operative code.
 AgentOperationStatus getOperationStatus()
          Gets the operation status.
 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 class com.hack23.cia.model.common.impl.AbstractResource
getId, getResourceType, getVersion, setId, setResourceType, setVersion
 
Methods inherited from class com.hack23.cia.model.common.impl.BaseEntity
equals, hashCode, isNew
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 
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
 

Constructor Detail

SoftwareAgentOperation

public SoftwareAgentOperation()
Instantiates a new software agent operation.

Method Detail

getAgentName

public String getAgentName()
Description copied from interface: AgentOperation
Gets the agent name.

Specified by:
getAgentName in interface AgentOperation
Returns:
the agent name

setAgentName

public void setAgentName(String agentName)
Sets the agent name.

Parameters:
agentName - the new agent name

getAgentOperativeCode

public String getAgentOperativeCode()
Description copied from interface: AgentOperation
Gets the agent operative code.

Specified by:
getAgentOperativeCode in interface AgentOperation
Returns:
the agent operative code

setAgentOperativeCode

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

Parameters:
agentOperativeCode - the new agent operative code

setOperationStatus

public void setOperationStatus(AgentOperationStatus operationStatus)
Description copied from interface: AgentOperation
Sets the operation status.

Specified by:
setOperationStatus in interface AgentOperation
Parameters:
operationStatus - the new operation status

getOperationStatus

public AgentOperationStatus getOperationStatus()
Gets the operation status.

Returns:
the operation status


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