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

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
          extended by org.gcube.portlets.admin.irbootstrapperportlet.gwt.client.UIElementsData.AssignUIElement
All Implemented Interfaces:
com.google.gwt.user.client.rpc.IsSerializable

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

Author:
Spyros Boutsis, NKUA

Nested Class Summary
 
Nested classes/interfaces inherited from class org.gcube.portlets.admin.irbootstrapperportlet.gwt.client.UIElementsData.ExecutionEntityUIElement
ExecutionEntityUIElement.UIExecutionState
 
Field Summary
 
Fields inherited from class org.gcube.portlets.admin.irbootstrapperportlet.gwt.client.UIElementsData.ExecutionEntityUIElement
bIsGoalFulfilled, execLog, execState, parentUID
 
Constructor Summary
AssignUIElement()
           
AssignUIElement(String from, String to, Boolean requiresUserInput, String userInputLabel)
           
 
Method Summary
 String getAssignFrom()
           
 String getAssignTo()
           
 String getUserInputLabel()
           
 Boolean requiresUserInput()
           
 void setAssignFrom(String assignFrom)
           
 void setAssignTo(String assignTo)
           
 void setRequiresUserInput(Boolean value)
           
 void setUserInputLabel(String label)
           
 
Methods inherited from class org.gcube.portlets.admin.irbootstrapperportlet.gwt.client.UIElementsData.ExecutionEntityUIElement
getExecutionLog, getExecutionState, getParentUID, isFulfilled, setExecutionState, setIsFulfilled, setParentUID
 
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
 

Constructor Detail

AssignUIElement

public AssignUIElement()

AssignUIElement

public AssignUIElement(String from,
                       String to,
                       Boolean requiresUserInput,
                       String userInputLabel)
Method Detail

setAssignTo

public void setAssignTo(String assignTo)

getAssignTo

public String getAssignTo()

setAssignFrom

public void setAssignFrom(String assignFrom)

getAssignFrom

public String getAssignFrom()

requiresUserInput

public Boolean requiresUserInput()

setRequiresUserInput

public void setRequiresUserInput(Boolean value)

getUserInputLabel

public String getUserInputLabel()

setUserInputLabel

public void setUserInputLabel(String label)


Copyright © 2013. All Rights Reserved.