Searched refs:propertyUtils (Results 1 – 2 of 2) sorted by relevance
60 private PropertyUtils propertyUtils; field in BaseRepresenter187 public void setPropertyUtils(PropertyUtils propertyUtils) { in setPropertyUtils() argument188 this.propertyUtils = propertyUtils; in setPropertyUtils()193 if (propertyUtils == null) { in getPropertyUtils()194 propertyUtils = new PropertyUtils(); in getPropertyUtils()196 return propertyUtils; in getPropertyUtils()
70 private PropertyUtils propertyUtils; field in BaseConstructor417 public void setPropertyUtils(PropertyUtils propertyUtils) { in setPropertyUtils() argument418 this.propertyUtils = propertyUtils; in setPropertyUtils()423 if (propertyUtils == null) { in getPropertyUtils()424 propertyUtils = new PropertyUtils(); in getPropertyUtils()426 return propertyUtils; in getPropertyUtils()