class org.apache.isis.viewer.wicket.ui.components.scalars.jodatime.JodaLocalDateConverterTest$CustomerWithJodaLocalDate extends java.lang.Object
{
private org.joda.time.LocalDate value;
void <init>()
{
org.apache.isis.viewer.wicket.ui.components.scalars.jodatime.JodaLocalDateConverterTest$CustomerWithJodaLocalDate v;
v := @this: org.apache.isis.viewer.wicket.ui.components.scalars.jodatime.JodaLocalDateConverterTest$CustomerWithJodaLocalDate;
specialinvoke v.<java.lang.Object: void <init>()>();
return;
}
public org.joda.time.LocalDate getValue()
{
org.apache.isis.viewer.wicket.ui.components.scalars.jodatime.JodaLocalDateConverterTest$CustomerWithJodaLocalDate v;
org.joda.time.LocalDate v;
v := @this: org.apache.isis.viewer.wicket.ui.components.scalars.jodatime.JodaLocalDateConverterTest$CustomerWithJodaLocalDate;
v = v.<org.apache.isis.viewer.wicket.ui.components.scalars.jodatime.JodaLocalDateConverterTest$CustomerWithJodaLocalDate: org.joda.time.LocalDate value>;
return v;
}
public void setValue(org.joda.time.LocalDate)
{
org.apache.isis.viewer.wicket.ui.components.scalars.jodatime.JodaLocalDateConverterTest$CustomerWithJodaLocalDate v;
org.joda.time.LocalDate v;
v := @this: org.apache.isis.viewer.wicket.ui.components.scalars.jodatime.JodaLocalDateConverterTest$CustomerWithJodaLocalDate;
v := @parameter: org.joda.time.LocalDate;
v.<org.apache.isis.viewer.wicket.ui.components.scalars.jodatime.JodaLocalDateConverterTest$CustomerWithJodaLocalDate: org.joda.time.LocalDate value> = v;
return;
}
}