org.gcube.vremanagement.resourcebroker.utils.serialization.types.feedback
Class DeployNode

java.lang.Object
  extended by org.gcube.vremanagement.resourcebroker.utils.serialization.types.feedback.DeployNode

public class DeployNode
extends java.lang.Object

Artifact for PackageGroup elements. Here only the information relevant to handling the feedback are took into account regardless the packages defined inside it, and so on.

Author:
Daniele Strollo (ISTI-CNR)

Field Summary
static java.lang.String NODE_TAG
           
 
Constructor Summary
DeployNode(PackageGroup pg)
           
 
Method Summary
 PackageGroup getPackageGroup()
           
 int getScore()
           
 void setPackageGroup(PackageGroup pg)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NODE_TAG

public static final java.lang.String NODE_TAG
See Also:
Constant Field Values
Constructor Detail

DeployNode

public DeployNode(PackageGroup pg)
Method Detail

getScore

public final int getScore()

setPackageGroup

public final void setPackageGroup(PackageGroup pg)

getPackageGroup

public final PackageGroup getPackageGroup()