Uses of Class
net.finmath.smartcontract.product.xml.PortfolioName
Packages that use PortfolioName
-
Uses of PortfolioName in net.finmath.smartcontract.product.xml
Fields in net.finmath.smartcontract.product.xml declared as PortfolioNameModifier and TypeFieldDescriptionprotected PortfolioNamePartyTradeInformation.collateralPortfolioprotected PortfolioNamePortfolioReferenceBase.portfolioNameFields in net.finmath.smartcontract.product.xml with type parameters of type PortfolioNameMethods in net.finmath.smartcontract.product.xml that return PortfolioNameModifier and TypeMethodDescriptionObjectFactory.createPortfolioName()Create an instance ofPortfolioNamePartyTradeInformation.getCollateralPortfolio()Gets the value of the collateralPortfolio property.PortfolioReferenceBase.getPortfolioName()Gets the value of the portfolioName property.Methods in net.finmath.smartcontract.product.xml that return types with arguments of type PortfolioNameModifier and TypeMethodDescriptionPartyPortfolioName.getPortfolioName()Gets the value of the portfolioName property.Methods in net.finmath.smartcontract.product.xml with parameters of type PortfolioNameModifier and TypeMethodDescriptionvoidPartyTradeInformation.setCollateralPortfolio(PortfolioName value) Sets the value of the collateralPortfolio property.voidPortfolioReferenceBase.setPortfolioName(PortfolioName value) Sets the value of the portfolioName property.