com.pmease.quickbuild.setting.configuration.notification
Class VariableNotifyCondition

java.lang.Object
  extended by com.pmease.quickbuild.setting.configuration.notification.VariableNotifyCondition
All Implemented Interfaces:
NotifyCondition, java.io.Serializable

public class VariableNotifyCondition
extends java.lang.Object
implements NotifyCondition

See Also:
Serialized Form

Constructor Summary
VariableNotifyCondition()
           
 
Method Summary
 java.lang.String getVariable()
           
 boolean satisfied(Notification notification)
           
 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

VariableNotifyCondition

public VariableNotifyCondition()
Method Detail

getVariable

@NotEmpty
public java.lang.String getVariable()

setVariable

public void setVariable(java.lang.String variable)

satisfied

public boolean satisfied(Notification notification)
Specified by:
satisfied in interface NotifyCondition


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