Uses of Interface
de.mid.innovator.srv2api.icw2br.BRCostCenter
-
Packages that use BRCostCenter Package Description de.mid.innovator.srv2api.icw2br Business resource modeling package. -
-
Uses of BRCostCenter in de.mid.innovator.srv2api.icw2br
Methods in de.mid.innovator.srv2api.icw2br that return BRCostCenter Modifier and Type Method Description static BRCostCenter
BRCostCenterHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Cost Center with template and container.static BRCostCenter
BRCostCenterHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Cost Center with stereotype and container.Methods in de.mid.innovator.srv2api.icw2br that return types with arguments of type BRCostCenter Modifier and Type Method Description java.util.List<BRCostCenter>
BRCostCenterAble. getCostCenter()
AllBRCostCenter
used by this element.Method parameters in de.mid.innovator.srv2api.icw2br with type arguments of type BRCostCenter Modifier and Type Method Description void
BRCostCenterAble. setCostCenter(java.util.List<? extends BRCostCenter> values)
Set the value of Foreign Key CostCenter.
-