Uses of Class
net.finmath.smartcontract.product.xml.AdjustableDate2
Packages that use AdjustableDate2
-
Uses of AdjustableDate2 in net.finmath.smartcontract.product.xml
Fields in net.finmath.smartcontract.product.xml declared as AdjustableDate2Modifier and TypeFieldDescriptionprotected AdjustableDate2GenericProduct.commencementDateprotected AdjustableDate2GeneralTerms.effectiveDateprotected AdjustableDate2GenericProduct.effectiveDateprotected AdjustableDate2GenericProduct.expirationDateprotected AdjustableDate2GeneralTerms.scheduledTerminationDateprotected AdjustableDate2GenericProduct.terminationDateMethods in net.finmath.smartcontract.product.xml that return AdjustableDate2Modifier and TypeMethodDescriptionObjectFactory.createAdjustableDate2()Create an instance ofAdjustableDate2GenericProduct.getCommencementDate()Gets the value of the commencementDate property.GeneralTerms.getEffectiveDate()Gets the value of the effectiveDate property.GenericProduct.getEffectiveDate()Gets the value of the effectiveDate property.GenericProduct.getExpirationDate()Gets the value of the expirationDate property.GeneralTerms.getScheduledTerminationDate()Gets the value of the scheduledTerminationDate property.GenericProduct.getTerminationDate()Gets the value of the terminationDate property.Methods in net.finmath.smartcontract.product.xml with parameters of type AdjustableDate2Modifier and TypeMethodDescriptionvoidGenericProduct.setCommencementDate(AdjustableDate2 value) Sets the value of the commencementDate property.voidGeneralTerms.setEffectiveDate(AdjustableDate2 value) Sets the value of the effectiveDate property.voidGenericProduct.setEffectiveDate(AdjustableDate2 value) Sets the value of the effectiveDate property.voidGenericProduct.setExpirationDate(AdjustableDate2 value) Sets the value of the expirationDate property.voidGeneralTerms.setScheduledTerminationDate(AdjustableDate2 value) Sets the value of the scheduledTerminationDate property.voidGenericProduct.setTerminationDate(AdjustableDate2 value) Sets the value of the terminationDate property.