com.pmease.quickbuild.setting.repository.proofcondition
Class VariableProofCondition

java.lang.Object
  extended by com.pmease.quickbuild.setting.repository.proofcondition.VariableProofCondition
All Implemented Interfaces:
ProofCondition, java.io.Serializable

public class VariableProofCondition
extends java.lang.Object
implements ProofCondition

See Also:
Serialized Form

Constructor Summary
VariableProofCondition()
           
 
Method Summary
 java.lang.String getVariable()
           
 boolean satisfied(Repository<?> repository)
           
 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

VariableProofCondition

public VariableProofCondition()
Method Detail

getVariable

@NotEmpty
public java.lang.String getVariable()

setVariable

public void setVariable(java.lang.String variable)

satisfied

public boolean satisfied(Repository<?> repository)
Specified by:
satisfied in interface ProofCondition


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