setC method

Pointer<ModelC> setC(
  1. ModelC o
)

Implementation

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