public String getPaintingTitle()

in cayenne-java-modules/src/main/java/org/apache/cayenne/example/persistent/auto/_Painting.java [35:38]


    public String getPaintingTitle() {
        beforePropertyRead("paintingTitle");
        return this.paintingTitle;
    }