withProjectProductInfo method
Implementation
PlanInfoBuilder withProjectProductInfo(final List<ProjectProductInfo> info) {
_projectProductInfo = info;
return this;
}
PlanInfoBuilder withProjectProductInfo(final List<ProjectProductInfo> info) {
_projectProductInfo = info;
return this;
}