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