Searched defs:stringProperty (Results 1 – 2 of 2) sorted by relevance
65 private String stringProperty; field in SamePropertyValuesAsTest.ExampleBean69 public ExampleBean(String stringProperty, int intProperty, Value valueProperty) { in ExampleBean()87 … public SubBeanWithNoExtraProperties(String stringProperty, int intProperty, Value valueProperty) { in SubBeanWithNoExtraProperties()93 public SubBeanWithExtraProperty(String stringProperty, int intProperty, Value valueProperty) { in SubBeanWithExtraProperty()
20 public String stringProperty; field in Bean53 public void setStringProperty(String stringProperty) in setStringProperty()