| |
|
| java.lang.Object org.apache.cocoon.woody.samples.bindings.ValuesBean
ValuesBean | public class ValuesBean (Code) | | ValuesBean used in the 01values test.
author: Marc Portier version: $Id: ValuesBean.java 433543 2006-08-22 06:22:54Z crossley $ |
getDiffIn | public String getDiffIn()(Code) | | Returns the diffIn. |
getDiffOut | public String getDiffOut()(Code) | | Returns the diffOut. |
getOnUpdate | public String getOnUpdate()(Code) | | Returns the onUpdate. |
getReadOnly | public String getReadOnly()(Code) | | Returns the readOnly. |
getSimple | public String getSimple()(Code) | | Returns the simple. |
getUpdateCount | public int getUpdateCount()(Code) | | Returns the updateCount. |
getWriteOnly | public String getWriteOnly()(Code) | | Returns the writeOnly. |
isBool | public boolean isBool()(Code) | | Returns the bool. |
setBool | public void setBool(boolean bool)(Code) | | Parameters: bool - The bool to set. |
setDate | public void setDate(String date)(Code) | | Parameters: date - The date to set. |
setDiffIn | public void setDiffIn(String diffIn)(Code) | | Parameters: diffIn - The diffIn to set. |
setDiffOut | public void setDiffOut(String diffOut)(Code) | | Parameters: diffOut - The diffOut to set. |
setOnUpdate | public void setOnUpdate(String onUpdate)(Code) | | Parameters: onUpdate - The onUpdate to set. |
setOther | public void setOther(String other)(Code) | | Parameters: other - The other to set. |
setReadOnly | public void setReadOnly(String readOnly)(Code) | | Parameters: readOnly - The readOnly to set. |
setSimple | public void setSimple(String simple)(Code) | | Parameters: simple - The simple to set. |
setUpdateCount | public void setUpdateCount(int updateCount)(Code) | | Parameters: updateCount - The updateCount to set. |
setWriteOnly | public void setWriteOnly(String writeOnly)(Code) | | Parameters: writeOnly - The writeOnly to set. |
|
|
|