Uses of Class
net.finmath.smartcontract.product.xml.BusinessUnitReference
Packages that use BusinessUnitReference
-
Uses of BusinessUnitReference in net.finmath.smartcontract.product.xml
Fields in net.finmath.smartcontract.product.xml declared as BusinessUnitReferenceModifier and TypeFieldDescriptionprotected BusinessUnitReference
Person.businessUnitReference
protected BusinessUnitReference
RelatedBusinessUnit.businessUnitReference
Methods in net.finmath.smartcontract.product.xml that return BusinessUnitReferenceModifier and TypeMethodDescriptionObjectFactory.createBusinessUnitReference()
Create an instance ofBusinessUnitReference
Person.getBusinessUnitReference()
Gets the value of the businessUnitReference property.RelatedBusinessUnit.getBusinessUnitReference()
Gets the value of the businessUnitReference property.Methods in net.finmath.smartcontract.product.xml with parameters of type BusinessUnitReferenceModifier and TypeMethodDescriptionvoid
Person.setBusinessUnitReference(BusinessUnitReference value)
Sets the value of the businessUnitReference property.void
RelatedBusinessUnit.setBusinessUnitReference(BusinessUnitReference value)
Sets the value of the businessUnitReference property.