Пример #1
0
 public StringBuilder appendFields(
     ObjectLocator locator, StringBuilder buffer, ToStringStrategy strategy) {
   super.appendFields(locator, buffer, strategy);
   {
     String theLanguage;
     theLanguage = this.getLanguage();
     strategy.appendField(locator, this, "language", buffer, theLanguage);
   }
   {
     String theLang;
     theLang = this.getLang();
     strategy.appendField(locator, this, "lang", buffer, theLang);
   }
   {
     String theDir;
     theDir = this.getDir();
     strategy.appendField(locator, this, "dir", buffer, theDir);
   }
   {
     String theId;
     theId = this.getId();
     strategy.appendField(locator, this, "id", buffer, theId);
   }
   {
     List<String> theClazzs;
     theClazzs = (((this.clazzs != null) && (!this.clazzs.isEmpty())) ? this.getClazzs() : null);
     strategy.appendField(locator, this, "clazzs", buffer, theClazzs);
   }
   {
     String theStyle;
     theStyle = this.getStyle();
     strategy.appendField(locator, this, "style", buffer, theStyle);
   }
   {
     String theTitle;
     theTitle = this.getTitle();
     strategy.appendField(locator, this, "title", buffer, theTitle);
   }
   return buffer;
 }