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

Package class diagram package SoftwareAgentOperation
java.lang.Object
  extended by com.hack23.cia.model.impl.common.BaseEntity
      extended by com.hack23.cia.model.impl.common.AbstractResource
          extended by com.hack23.cia.model.impl.application.common.AbstractApplicationResource
              extended by com.hack23.cia.model.impl.application.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.
protected  TypeContext getApplicationTypeContext()
          Gets the application group specification.
 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.impl.common.AbstractResource
getId, getResourceType, getVersion, setId, setResourceType, setVersion
 
Methods inherited from class com.hack23.cia.model.impl.common.BaseEntity
equals, getTypeContext, 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.api.common.Resource
getResourceType
 
Methods inherited from interface com.hack23.cia.model.api.common.PersistedModelObject
getId, getTypeContext, 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

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

getOperationStatus

public AgentOperationStatus getOperationStatus()
Gets the operation status.

Returns:
the operation status

setAgentName

public void setAgentName(String agentName)
Description copied from interface: AgentOperation
Sets the agent name.

Specified by:
setAgentName in interface AgentOperation
Parameters:
agentName - the new agent name

setAgentOperativeCode

public void setAgentOperativeCode(String agentOperativeCode)
Description copied from interface: AgentOperation
Sets the agent operative code.

Specified by:
setAgentOperativeCode in interface AgentOperation
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

getApplicationTypeContext

protected TypeContext getApplicationTypeContext()
Description copied from class: BaseEntity
Gets the application group specification.

Specified by:
getApplicationTypeContext in class BaseEntity
Returns:
the application group specification


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