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

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

public class GHNsPerFunctionality
extends Object


Constructor Summary
protected GHNsPerFunctionality()
           
  GHNsPerFunctionality(int id, String description, GHNList ghns, List<RunningInstanceMessage> missingServices, List<RunningInstanceMessage> foundServices)
           
 
Method Summary
 String description()
           
 void description(String description)
           
 List<RunningInstanceMessage> foundServices()
           
 void foundServices(List<RunningInstanceMessage> foundServices)
           
 List<GHN> ghns()
           
 void ghns(GHNList ghns)
           
 int id()
           
 void id(int id)
           
 List<RunningInstanceMessage> missingServices()
           
 void missingServices(List<RunningInstanceMessage> missingServices)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GHNsPerFunctionality

protected GHNsPerFunctionality()

GHNsPerFunctionality

public GHNsPerFunctionality(int id,
                            String description,
                            GHNList ghns,
                            List<RunningInstanceMessage> missingServices,
                            List<RunningInstanceMessage> foundServices)
Method Detail

id

public int id()
Returns:
the id

id

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

description

public String description()
Returns:
the description

description

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

ghns

public List<GHN> ghns()
Returns:
the ghns

ghns

public void ghns(GHNList ghns)
Parameters:
ghns - the ghns to set

missingServices

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

missingServices

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

foundServices

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

foundServices

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

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2013. All Rights Reserved.