|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.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 typeMethod Detail |
---|
public String getAgentName()
AgentOperation
getAgentName
in interface AgentOperation
public String getAgentOperativeCode()
AgentOperation
getAgentOperativeCode
in interface AgentOperation
protected TypeContext getApplicationTypeContext()
BaseEntity
getApplicationTypeContext
in class BaseEntity
public AgentOperationStatus getOperationStatus()
public void setAgentName(String agentName)
AgentOperation
setAgentName
in interface AgentOperation
agentName
- the new agent namepublic void setAgentOperativeCode(String agentOperativeCode)
AgentOperation
setAgentOperativeCode
in interface AgentOperation
agentOperativeCode
- the new agent operative codepublic void setOperationStatus(AgentOperationStatus operationStatus)
AgentOperation
setOperationStatus
in interface AgentOperation
operationStatus
- the new operation statuspublic AgentOperation.AgentOperationType getAgentOperationType()
AgentOperation
getAgentOperationType
in interface AgentOperation
public 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 |