|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||

java.lang.Objectcom.hack23.cia.model.impl.common.BaseEntity
com.hack23.cia.model.impl.common.AbstractResource
com.hack23.cia.model.impl.application.content.AbstractApplicationResource
com.hack23.cia.model.impl.application.control.SoftwareAgentOperation
@Entity public class SoftwareAgentOperation extends AbstractApplicationResource implements AgentOperation
The Class SoftwareAgentOperation.
| Modifier and Type | Interface and Description |
|---|
| Nested classes/interfaces inherited from interface com.hack23.cia.model.api.application.control.AgentOperation |
|---|
AgentOperation.AgentOperationType |
| Constructor and Description |
|---|
SoftwareAgentOperation()
Instantiates a new software agent operation. |
SoftwareAgentOperation(AgentOperation.AgentOperationType agentOperationType)
Instantiates a new software agent operation. |
| 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. |
protected TypeContext |
getApplicationTypeContext()
Gets the application type context. |
AgentOperationStatus |
getOperationStatus()
Gets the operation status. |
void |
setAgentName(String agentName)
Sets the agent name. |
void |
setAgentOperationType(AgentOperation.AgentOperationType agentOperationType)
Sets the agent operation type. |
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 |
|---|
public SoftwareAgentOperation()
public SoftwareAgentOperation(AgentOperation.AgentOperationType agentOperationType)
agentOperationType - the agent operation type| Method Detail |
|---|
public String getAgentName()
AgentOperation
getAgentName in interface AgentOperationpublic String getAgentOperativeCode()
AgentOperation
getAgentOperativeCode in interface AgentOperationprotected TypeContext getApplicationTypeContext()
BaseEntity
getApplicationTypeContext in class BaseEntitypublic AgentOperationStatus getOperationStatus()
public void setAgentName(String agentName)
AgentOperation
setAgentName in interface AgentOperationagentName - the new agent namepublic void setAgentOperativeCode(String agentOperativeCode)
AgentOperation
setAgentOperativeCode in interface AgentOperationagentOperativeCode - the new agent operative codepublic void setOperationStatus(AgentOperationStatus operationStatus)
AgentOperation
setOperationStatus in interface AgentOperationoperationStatus - the new operation statuspublic AgentOperation.AgentOperationType getAgentOperationType()
AgentOperation
getAgentOperationType in interface AgentOperationpublic void setAgentOperationType(AgentOperation.AgentOperationType agentOperationType)
agentOperationType - the new agent operation type
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||