it.eng.spagobi.managers
Class ExecutionManager.ExecutionInstance
java.lang.Object
it.eng.spagobi.managers.ExecutionManager.ExecutionInstance
- Enclosing class:
- ExecutionManager
public class ExecutionManager.ExecutionInstance
- extends java.lang.Object
Stores execution information for a single document execution
- Author:
- zerbetto
Methods inherited from class java.lang.Object |
getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExecutionManager.ExecutionInstance
public ExecutionManager.ExecutionInstance(java.lang.String flowId,
java.lang.String executionId,
BIObject obj,
java.lang.String executionRole)
getExecutionId
public java.lang.String getExecutionId()
setExecutionId
public void setExecutionId(java.lang.String executionId)
getFlowId
public java.lang.String getFlowId()
getBIObject
public BIObject getBIObject()
setBIObject
public void setBIObject(BIObject object)
getCalendar
public java.util.Calendar getCalendar()
getExecutionRole
public java.lang.String getExecutionRole()
equals
public boolean equals(java.lang.Object another)
- Overrides:
equals
in class java.lang.Object