setD method

Pointer<ModelC> setD(
  1. ModelD o
)

Implementation

Pointer<ModelC> setD(ModelD o) {
  ref.setD(o);
  return this;
}