|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.gcube.portlets.admin.irbootstrapperportlet.gwt.client.UIElementsData.UIElement
org.gcube.portlets.admin.irbootstrapperportlet.gwt.client.UIElementsData.ExecutionEntityUIElement
public class ExecutionEntityUIElement
| 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 |
|---|
protected boolean bIsGoalFulfilled
protected String parentUID
protected ExecutionEntityUIElement.UIExecutionState execState
ExecutionEntityUIElement
protected LinkedList<UILogEntry> execLog
| Constructor Detail |
|---|
public ExecutionEntityUIElement()
| Method Detail |
|---|
public void setIsFulfilled(boolean bFulfilled)
bFulfilled - public boolean isFulfilled()
public void setParentUID(String parentUID)
public String getParentUID()
public void setExecutionState(ExecutionEntityUIElement.UIExecutionState execState)
public ExecutionEntityUIElement.UIExecutionState getExecutionState()
public LinkedList<UILogEntry> getExecutionLog()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||