Uses of Class
net.finmath.smartcontract.product.xml.AssetClass
-
Uses of AssetClass in net.finmath.smartcontract.product.xml
Modifier and TypeFieldDescriptionprotected AssetClass
CreditLimitBase.primaryAssetClass
protected AssetClass
Product.primaryAssetClass
Modifier and TypeFieldDescriptionprotected List
<AssetClass> CreditLimitBase.assetClass
protected List
<AssetClass> Product.assetClass
protected List
<AssetClass> CreditLimitBase.secondaryAssetClass
protected List
<AssetClass> Product.secondaryAssetClass
Modifier and TypeMethodDescriptionObjectFactory.createAssetClass()
Create an instance ofAssetClass
CreditLimitBase.getPrimaryAssetClass()
Gets the value of the primaryAssetClass property.Product.getPrimaryAssetClass()
Gets the value of the primaryAssetClass property.Modifier 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.Modifier and TypeMethodDescriptionvoid
CreditLimitBase.setPrimaryAssetClass
(AssetClass value) Sets the value of the primaryAssetClass property.void
Product.setPrimaryAssetClass
(AssetClass value) Sets the value of the primaryAssetClass property.