public class MarketIntroductionEventDescription
extends java.lang.Object
| Constructor and Description |
|---|
MarketIntroductionEventDescription(FixedProductDescription correspondingFixedProduct,
double scheduledForTime)
Bundles all the information nessary to create a MIE as well as the product it is based on
|
| Modifier and Type | Method and Description |
|---|---|
FixedProductDescription |
getCorrespondingFixedProduct() |
double |
getScheduledForTime() |
public MarketIntroductionEventDescription(FixedProductDescription correspondingFixedProduct, double scheduledForTime)
correspondingFixedProduct - The FixedProductDescription the corresponding MIE should introducescheduledForTime - The time of market introduction of the product the MIE refers to as system timepublic FixedProductDescription getCorrespondingFixedProduct()
public double getScheduledForTime()