| java.lang.Object org.apache.cocoon.forms.samples.bindings.DateWrapper
DateWrapper | public class DateWrapper (Code) | | DateWrapper is a specific sample test-class to demo the aggregate-binding.
This class must loook quite awkward, but is specially designed to look
similar to the XML structure used in the same sample.
That is also why all field types here are simply kept to String
This will cause the binding-conversion to be applied.
|
setDay | public void setDay(String day)(Code) | | Parameters: day - The day to set. |
setMonth | public void setMonth(String month)(Code) | | Parameters: month - The month to set. |
setYear | public void setYear(String year)(Code) | | Parameters: year - The year to set. |
|
|