org.apache.cocoon.woody.samples.bindings
Class ValuesBean
java.lang.Object
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
ValuesBean
public ValuesBean()
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.