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

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

public class ValuesBean
extends Object

ValuesBean used in the 01values test.

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

Constructor Summary
ValuesBean()
           
 
Method Summary
 String getDate()
           
 String getDiffIn()
           
 String getDiffOut()
           
 String getOnUpdate()
           
 String getOther()
           
 String getReadOnly()
           
 String getSimple()
           
 int getUpdateCount()
           
 String getWriteOnly()
           
 boolean isBool()
           
 void setBool(boolean bool)
           
 void setDate(String date)
           
 void setDiffIn(String diffIn)
           
 void setDiffOut(String diffOut)
           
 void setOnUpdate(String onUpdate)
           
 void setOther(String other)
           
 void setReadOnly(String readOnly)
           
 void setSimple(String simple)
           
 void setUpdateCount(int updateCount)
           
 void setWriteOnly(String writeOnly)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ValuesBean

public ValuesBean()
Method Detail

toString

public String toString()
Overrides:
toString in class Object

isBool

public boolean isBool()
Returns:
Returns the bool.

setBool

public void setBool(boolean bool)
Parameters:
bool - The bool to set.

getDate

public String getDate()
Returns:
Returns the date.

setDate

public void setDate(String date)
Parameters:
date - The date to set.

getDiffIn

public String getDiffIn()
Returns:
Returns the diffIn.

setDiffIn

public void setDiffIn(String diffIn)
Parameters:
diffIn - The diffIn to set.

getDiffOut

public String getDiffOut()
Returns:
Returns the diffOut.

setDiffOut

public void setDiffOut(String diffOut)
Parameters:
diffOut - The diffOut to set.

getOnUpdate

public String getOnUpdate()
Returns:
Returns the onUpdate.

setOnUpdate

public void setOnUpdate(String onUpdate)
Parameters:
onUpdate - The onUpdate to set.

getOther

public String getOther()
Returns:
Returns the other.

setOther

public void setOther(String other)
Parameters:
other - The other to set.

getReadOnly

public String getReadOnly()
Returns:
Returns the readOnly.

setReadOnly

public void setReadOnly(String readOnly)
Parameters:
readOnly - The readOnly to set.

getSimple

public String getSimple()
Returns:
Returns the simple.

setSimple

public void setSimple(String simple)
Parameters:
simple - The simple to set.

getUpdateCount

public int getUpdateCount()
Returns:
Returns the updateCount.

setUpdateCount

public void setUpdateCount(int updateCount)
Parameters:
updateCount - The updateCount to set.

getWriteOnly

public String getWriteOnly()
Returns:
Returns the writeOnly.

setWriteOnly

public void setWriteOnly(String writeOnly)
Parameters:
writeOnly - The writeOnly to set.


Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.