    default B with${property-name-starting-with-uppercase}(${property-type} value) {
        getEntity().${property-name} = value;
        return (B)this;
    }