Exemplo n.º 1
0
 public void setObject(java.lang.Object object) {
   this.object = object;
   jspContext.setAttribute("object", object);
 }
Exemplo n.º 2
0
 public void setRender(java.lang.Boolean render) {
   this.render = render;
   jspContext.setAttribute("render", render);
 }
Exemplo n.º 3
0
 public void setZ(java.lang.String z) {
   this.z = z;
   jspContext.setAttribute("z", z);
 }
Exemplo n.º 4
0
 public void setId(java.lang.String id) {
   this.id = id;
   jspContext.setAttribute("id", id);
 }
Exemplo n.º 5
0
 public void setCalendar(java.lang.Boolean calendar) {
   this.calendar = calendar;
   jspContext.setAttribute("calendar", calendar);
 }
Exemplo n.º 6
0
 public void setDateTimePattern(java.lang.String dateTimePattern) {
   this.dateTimePattern = dateTimePattern;
   jspContext.setAttribute("dateTimePattern", dateTimePattern);
 }
Exemplo n.º 7
0
 public void setDate(java.lang.Boolean date) {
   this.date = date;
   jspContext.setAttribute("date", date);
 }
Exemplo n.º 8
0
 public void setLabel(java.lang.String label) {
   this.label = label;
   jspContext.setAttribute("label", label);
 }
Exemplo n.º 9
0
 public void setField(java.lang.String field) {
   this.field = field;
   jspContext.setAttribute("field", field);
 }
Exemplo n.º 10
0
 public void setMaxLength(java.lang.Integer maxLength) {
   this.maxLength = maxLength;
   jspContext.setAttribute("maxLength", maxLength);
 }
Exemplo n.º 11
0
 public void setProperty(java.lang.String property) {
   this.property = property;
   jspContext.setAttribute("property", property);
 }