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

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

public class ScriptNotifyCondition
extends java.lang.Object
implements NotifyCondition

See Also:
Serialized Form

Constructor Summary
ScriptNotifyCondition()
           
 
Method Summary
 java.lang.String getScript()
           
 boolean satisfied(Notification notification)
           
 void setScript(java.lang.String script)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ScriptNotifyCondition

public ScriptNotifyCondition()
Method Detail

getScript

@NotEmpty
public java.lang.String getScript()

setScript

public void setScript(java.lang.String script)

satisfied

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


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