Constructor for Multi. super();
super();
Returns the comp.returnComponent return comp;
return comp;
return derived;
Returns the extraProp.returnString return extraProp;
return extraProp;
Returns the po.returnPo return po;
return po;
Sets the comp.paramcomp The comp to set this.comp = comp;
this.comp = comp;
this.derived = derived;
Sets the extraProp.paramextraProp The extraProp to set this.extraProp = extraProp;
this.extraProp = extraProp;
Sets the po.parampo The po to set this.po = po;
this.po = po;