Uses of Class
net.finmath.smartcontract.product.xml.AssetClass
Packages that use AssetClass
-
Uses of AssetClass in net.finmath.smartcontract.product.xml
Fields in net.finmath.smartcontract.product.xml declared as AssetClassModifier and TypeFieldDescriptionprotected AssetClassCreditLimitBase.primaryAssetClassprotected AssetClassProduct.primaryAssetClassFields in net.finmath.smartcontract.product.xml with type parameters of type AssetClassModifier and TypeFieldDescriptionprotected List<AssetClass> CreditLimitBase.assetClassprotected List<AssetClass> Product.assetClassprotected List<AssetClass> CreditLimitBase.secondaryAssetClassprotected List<AssetClass> Product.secondaryAssetClassMethods in net.finmath.smartcontract.product.xml that return AssetClassModifier and TypeMethodDescriptionObjectFactory.createAssetClass()Create an instance ofAssetClassCreditLimitBase.getPrimaryAssetClass()Gets the value of the primaryAssetClass property.Product.getPrimaryAssetClass()Gets the value of the primaryAssetClass property.Methods in net.finmath.smartcontract.product.xml that return types with arguments of type AssetClassModifier and TypeMethodDescriptionCreditLimitBase.getAssetClass()Gets the value of the assetClass property.Product.getAssetClass()Gets the value of the assetClass property.CreditLimitBase.getSecondaryAssetClass()Gets the value of the secondaryAssetClass property.Product.getSecondaryAssetClass()Gets the value of the secondaryAssetClass property.Methods in net.finmath.smartcontract.product.xml with parameters of type AssetClassModifier and TypeMethodDescriptionvoidCreditLimitBase.setPrimaryAssetClass(AssetClass value) Sets the value of the primaryAssetClass property.voidProduct.setPrimaryAssetClass(AssetClass value) Sets the value of the primaryAssetClass property.