com.pmease.quickbuild.resource.nodeselection
Class AndSelection

java.lang.Object
  extended by com.pmease.quickbuild.resource.nodeselection.AndSelection
All Implemented Interfaces:
NodeSelection, java.io.Serializable

public class AndSelection
extends java.lang.Object
implements NodeSelection

See Also:
Serialized Form

Constructor Summary
AndSelection()
           
 
Method Summary
 java.util.List<NodeSelectionCriteria> getCriterias()
           
 boolean matches(GridNode node)
           
 void setCriterias(java.util.List<NodeSelectionCriteria> criterias)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AndSelection

public AndSelection()
Method Detail

getCriterias

@Size(min=2,
      max=100)
public java.util.List<NodeSelectionCriteria> getCriterias()

setCriterias

public void setCriterias(java.util.List<NodeSelectionCriteria> criterias)

matches

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


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