|
||||||||||
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.common.AbstractApplicationResource com.hack23.cia.model.impl.application.common.SoftwareAgentOperation
@Entity public class SoftwareAgentOperation
The Class SoftwareAgentOperation.
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 |
---|
public SoftwareAgentOperation()
Method Detail |
---|
public String getAgentName()
AgentOperation
getAgentName
in interface AgentOperation
public String getAgentOperativeCode()
AgentOperation
getAgentOperativeCode
in interface AgentOperation
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 statusprotected TypeContext getApplicationTypeContext()
BaseEntity
getApplicationTypeContext
in class BaseEntity
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |