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

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

public class LenientOKBean
extends LenientBaseBean

LenientOKBean

Version:
$Id: LenientOKBean.html 1304258 2012-03-23 10:09:27Z ilgrosso $
Author:
Marc Portier

Field Summary
 
Fields inherited from class org.apache.cocoon.woody.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.woody.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-2010 The Apache Software Foundation. All Rights Reserved.