org.gcube.vremanagement.vremodel.cl.stubs.types
Class GHN

java.lang.Object
  extended by org.gcube.vremanagement.vremodel.cl.stubs.types.GHN

public class GHN
extends Object


Nested Class Summary
static class GHN.Memory
           
static class GHN.Site
           
 
Constructor Summary
protected GHN()
           
  GHN(String id, String host, boolean securityEnabled, GHN.Memory memory, GHN.Site site, List<RunningInstanceMessage> relatedRIs, boolean selected)
           
 
Method Summary
 String host()
           
 void host(String host)
           
 String id()
           
 void id(String id)
           
 GHN.Memory memory()
           
 void memory(GHN.Memory memory)
           
 List<RunningInstanceMessage> relatedRIs()
           
 void relatedRIs(List<RunningInstanceMessage> relatedRIs)
           
 boolean securityEnabled()
           
 void securityEnabled(boolean securityEnabled)
           
 boolean selected()
           
 void selected(boolean selected)
           
 GHN.Site site()
           
 void site(GHN.Site site)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GHN

protected GHN()

GHN

public GHN(String id,
           String host,
           boolean securityEnabled,
           GHN.Memory memory,
           GHN.Site site,
           List<RunningInstanceMessage> relatedRIs,
           boolean selected)
Method Detail

id

public String id()
Returns:
the id

id

public void id(String id)
Parameters:
id - the id to set

host

public String host()
Returns:
the host

host

public void host(String host)
Parameters:
host - the host to set

securityEnabled

public boolean securityEnabled()
Returns:
the securityEnabled

securityEnabled

public void securityEnabled(boolean securityEnabled)
Parameters:
securityEnabled - the securityEnabled to set

memory

public GHN.Memory memory()
Returns:
the memory

memory

public void memory(GHN.Memory memory)
Parameters:
memory - the memory to set

site

public GHN.Site site()
Returns:
the site

site

public void site(GHN.Site site)
Parameters:
site - the site to set

relatedRIs

public List<RunningInstanceMessage> relatedRIs()
Returns:
the relatedRIs

relatedRIs

public void relatedRIs(List<RunningInstanceMessage> relatedRIs)
Parameters:
relatedRIs - the relatedRIs to set

selected

public boolean selected()
Returns:
the selected

selected

public void selected(boolean selected)
Parameters:
selected - the selected to set

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2013. All Rights Reserved.