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

java.lang.Object
  extended by org.gcube.portlets.admin.irbootstrapperportlet.gwt.client.UIElementsData.UIElement
      extended by org.gcube.portlets.admin.irbootstrapperportlet.gwt.client.UIElementsData.ResourceUIElement
All Implemented Interfaces:
com.google.gwt.user.client.rpc.IsSerializable

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

Author:
Spyros Boutsis, NKUA

Constructor Summary
ResourceUIElement()
          Class constructor
 
Method Summary
 void addJob(JobUIElement job)
          Adds a job to this ResourceUIElement's job list
 String getContentCollectionID()
           
 List<JobUIElement> getJobs()
          Returns the list of jobs of this ResourceUIElement
 void setContentCollectionID(String contentCollectionID)
           
 
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

ResourceUIElement

public ResourceUIElement()
Class constructor

Method Detail

getJobs

public List<JobUIElement> getJobs()
Returns the list of jobs of this ResourceUIElement

Returns:

getContentCollectionID

public String getContentCollectionID()

setContentCollectionID

public void setContentCollectionID(String contentCollectionID)

addJob

public void addJob(JobUIElement job)
Adds a job to this ResourceUIElement's job list

Parameters:
job - the job to add


Copyright © 2013. All Rights Reserved.