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 AdjustableDate2
GenericProduct.commencementDate
protected AdjustableDate2
GeneralTerms.effectiveDate
protected AdjustableDate2
GenericProduct.effectiveDate
protected AdjustableDate2
GenericProduct.expirationDate
protected AdjustableDate2
GeneralTerms.scheduledTerminationDate
protected AdjustableDate2
GenericProduct.terminationDate
Methods in net.finmath.smartcontract.product.xml that return AdjustableDate2Modifier and TypeMethodDescriptionObjectFactory.createAdjustableDate2()
Create an instance ofAdjustableDate2
GenericProduct.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 TypeMethodDescriptionvoid
GenericProduct.setCommencementDate
(AdjustableDate2 value) Sets the value of the commencementDate property.void
GeneralTerms.setEffectiveDate
(AdjustableDate2 value) Sets the value of the effectiveDate property.void
GenericProduct.setEffectiveDate
(AdjustableDate2 value) Sets the value of the effectiveDate property.void
GenericProduct.setExpirationDate
(AdjustableDate2 value) Sets the value of the expirationDate property.void
GeneralTerms.setScheduledTerminationDate
(AdjustableDate2 value) Sets the value of the scheduledTerminationDate property.void
GenericProduct.setTerminationDate
(AdjustableDate2 value) Sets the value of the terminationDate property.