com.pmease.quickbuild.setting.configuration.nodeassignment
Class VariableNodeAssignment

java.lang.Object
  extended by com.pmease.quickbuild.setting.configuration.nodeassignment.VariableNodeAssignment
All Implemented Interfaces:
NodeAssignment, java.io.Serializable

public class VariableNodeAssignment
extends java.lang.Object
implements NodeAssignment

See Also:
Serialized Form

Constructor Summary
VariableNodeAssignment()
           
 
Method Summary
 java.lang.String getVariable()
           
 boolean matches(GridNode node)
           
 void setVariable(java.lang.String variable)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VariableNodeAssignment

public VariableNodeAssignment()
Method Detail

getVariable

@NotEmpty
public java.lang.String getVariable()

setVariable

public void setVariable(java.lang.String variable)

matches

public boolean matches(GridNode node)
Specified by:
matches in interface NodeAssignment


Copyright © 2005-2010 PMEase Inc. All Rights Reserved.