com.uwyn.rife.scheduler
Class Task.InvalidPlanned

java.lang.Object
  extended by com.uwyn.rife.scheduler.Task.InvalidPlanned
All Implemented Interfaces:
ValidationRule, Cloneable
Enclosing class:
Task

public class Task.InvalidPlanned
extends Object
implements ValidationRule


Constructor Summary
Task.InvalidPlanned()
           
 
Method Summary
 Object clone()
           
 Object getBean()
           
 ValidationError getError()
           
 String getSubject()
           
<T extends ValidationRule>
T
setBean(Object bean)
           
 boolean validate()
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Task.InvalidPlanned

public Task.InvalidPlanned()
Method Detail

validate

public boolean validate()
Specified by:
validate in interface ValidationRule

getSubject

public String getSubject()
Specified by:
getSubject in interface ValidationRule

getError

public ValidationError getError()
Specified by:
getError in interface ValidationRule

getBean

public Object getBean()
Specified by:
getBean in interface ValidationRule

setBean

public <T extends ValidationRule> T setBean(Object bean)
Specified by:
setBean in interface ValidationRule

clone

public Object clone()
Specified by:
clone in interface ValidationRule
Overrides:
clone in class Object


Copyright © 2001-2007 Uwyn sprl/bvba. All Rights Reserved.