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 BusinessUnitReferencePerson.businessUnitReferenceprotected BusinessUnitReferenceRelatedBusinessUnit.businessUnitReferenceMethods in net.finmath.smartcontract.product.xml that return BusinessUnitReferenceModifier and TypeMethodDescriptionObjectFactory.createBusinessUnitReference()Create an instance ofBusinessUnitReferencePerson.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 TypeMethodDescriptionvoidPerson.setBusinessUnitReference(BusinessUnitReference value) Sets the value of the businessUnitReference property.voidRelatedBusinessUnit.setBusinessUnitReference(BusinessUnitReference value) Sets the value of the businessUnitReference property.