org.gcube.portlets.admin.irbootstrapperportlet.gwt.client.UIElementsData
Class ExecutionEntityUIElement

java.lang.Object
  extended by org.gcube.portlets.admin.irbootstrapperportlet.gwt.client.UIElementsData.UIElement
      extended by org.gcube.portlets.admin.irbootstrapperportlet.gwt.client.UIElementsData.ExecutionEntityUIElement
All Implemented Interfaces:
com.google.gwt.user.client.rpc.IsSerializable
Direct Known Subclasses:
AssignUIElement, ExecutionTypeUIElement, JobUIElement, TaskUIElement

public class ExecutionEntityUIElement
extends UIElement
implements com.google.gwt.user.client.rpc.IsSerializable

Author:
Spyros Boutsis, NKUA

Nested Class Summary
static class ExecutionEntityUIElement.UIExecutionState
           
 
Field Summary
protected  boolean bIsGoalFulfilled
          Specifies whether this entity's goal has been fulfilled or not
protected  LinkedList<UILogEntry> execLog
          The execution log of this element
protected  ExecutionEntityUIElement.UIExecutionState execState
          The state of execution of this ExecutionEntityUIElement
protected  String parentUID
          The parent execution entity UID
 
Constructor Summary
ExecutionEntityUIElement()
          Class constructor
 
Method Summary
 LinkedList<UILogEntry> getExecutionLog()
           
 ExecutionEntityUIElement.UIExecutionState getExecutionState()
           
 String getParentUID()
           
 boolean isFulfilled()
          Returns true if this entity's goal has been fulfilled, else false
 void setExecutionState(ExecutionEntityUIElement.UIExecutionState execState)
           
 void setIsFulfilled(boolean bFulfilled)
          Sets whether this entity's goal has been fulfilled or not
 void setParentUID(String parentUID)
           
 
Methods inherited from class org.gcube.portlets.admin.irbootstrapperportlet.gwt.client.UIElementsData.UIElement
equals, getDescription, getName, getUID, hashCode, setDescription, setName, setUID
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

bIsGoalFulfilled

protected boolean bIsGoalFulfilled
Specifies whether this entity's goal has been fulfilled or not


parentUID

protected String parentUID
The parent execution entity UID


execState

protected ExecutionEntityUIElement.UIExecutionState execState
The state of execution of this ExecutionEntityUIElement


execLog

protected LinkedList<UILogEntry> execLog
The execution log of this element

Constructor Detail

ExecutionEntityUIElement

public ExecutionEntityUIElement()
Class constructor

Method Detail

setIsFulfilled

public void setIsFulfilled(boolean bFulfilled)
Sets whether this entity's goal has been fulfilled or not

Parameters:
bFulfilled -

isFulfilled

public boolean isFulfilled()
Returns true if this entity's goal has been fulfilled, else false

Returns:

setParentUID

public void setParentUID(String parentUID)

getParentUID

public String getParentUID()

setExecutionState

public void setExecutionState(ExecutionEntityUIElement.UIExecutionState execState)

getExecutionState

public ExecutionEntityUIElement.UIExecutionState getExecutionState()

getExecutionLog

public LinkedList<UILogEntry> getExecutionLog()


Copyright © 2013. All Rights Reserved.