org.apache.cocoon.forms.samples.bindings
Class LenientOKBean

java.lang.Object
  extended by org.apache.cocoon.forms.samples.bindings.LenientBaseBean
      extended by org.apache.cocoon.forms.samples.bindings.LenientOKBean

public class LenientOKBean
extends LenientBaseBean

LenientOKBean

Version:
$Id: LenientOKBean.java 449149 2006-09-23 03:58:05Z crossley $

Field Summary
 
Fields inherited from class org.apache.cocoon.forms.samples.bindings.LenientBaseBean
breakingField, surviveField
 
Constructor Summary
LenientOKBean(String initVal)
           
 
Method Summary
 String getBreakingField()
           
 void setBreakingField(String breakingField)
           
 
Methods inherited from class org.apache.cocoon.forms.samples.bindings.LenientBaseBean
toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LenientOKBean

public LenientOKBean(String initVal)
Method Detail

getBreakingField

public String getBreakingField()
Returns:
Returns the breakingField.

setBreakingField

public void setBreakingField(String breakingField)
Parameters:
breakingField - The breakingField to set.


Copyright ? 1999-2007 The Apache Software Foundation. All Rights Reserved.