src/main/java/org/apache/cayenne/modeler/adapters/DataMapAdapter.java [120:126]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    public StringProperty nameProperty() { return nameProperty; }
    public String getName() { return nameProperty.get(); }
    public void setName(final String value) { nameProperty.set(value); }

    public StringProperty locationProperty() { return locationProperty; }
    public String getLocationProperty() { return locationProperty.get(); }
    public void setLocationProperty(final String value) { locationProperty.set(value); }
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



src/main/java/org/apache/cayenne/modeler/adapters/DatabaseEntityAdapter.java [85:91]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    public StringProperty nameProperty() { return nameProperty; }
    public String getName() { return nameProperty.get(); }
    public void setName(final String value) { nameProperty.set(value); }

    public StringProperty locationProperty() { return locationProperty; }
    public String getLocationProperty() { return locationProperty.get(); }
    public void setLocationProperty(final String value) { locationProperty.set(value); }
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



