public void setObject(java.lang.Object object) { this.object = object; jspContext.setAttribute("object", object); }
public void setRender(java.lang.Boolean render) { this.render = render; jspContext.setAttribute("render", render); }
public void setZ(java.lang.String z) { this.z = z; jspContext.setAttribute("z", z); }
public void setId(java.lang.String id) { this.id = id; jspContext.setAttribute("id", id); }
public void setCalendar(java.lang.Boolean calendar) { this.calendar = calendar; jspContext.setAttribute("calendar", calendar); }
public void setDateTimePattern(java.lang.String dateTimePattern) { this.dateTimePattern = dateTimePattern; jspContext.setAttribute("dateTimePattern", dateTimePattern); }
public void setDate(java.lang.Boolean date) { this.date = date; jspContext.setAttribute("date", date); }
public void setLabel(java.lang.String label) { this.label = label; jspContext.setAttribute("label", label); }
public void setField(java.lang.String field) { this.field = field; jspContext.setAttribute("field", field); }
public void setMaxLength(java.lang.Integer maxLength) { this.maxLength = maxLength; jspContext.setAttribute("maxLength", maxLength); }
public void setProperty(java.lang.String property) { this.property = property; jspContext.setAttribute("property", property); }